Html Css Color HEX #B68105 Dark Goldenrod

📋 copy color: '#B68105'

red 182 ◦ green 129 ◦ blue 5

#B68105
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B68105

Tints of Dark Goldenrod #B68105

RGB

 RED value IS 182 (71.48% from 255) = 57.59%

 GREEN value IS 129 (50.78% from 255) = 40.82%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 57.59%
G = 40.82%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B68105 (or 0xB68105) is known color: Dark Goldenrod. HEX triplet: B6, 81 and 05. RGB value is (182,129,5). Sum of RGB (Red+Green+Blue) = 182+129+5=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B68105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68105 is #497EFA. Grayscale: #838383. Windows color (decimal): -4816635 or 360886. OLE color: 360886.

HSL color Cylindrical-coordinate representation of color #B68105: hue angle of 42.03º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B68105 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 129 5 -
CMYK 0 0.29 0.97 0.29
HSL 42.03º 0.95% 0.37% -
HSV(B) 42.03º 0.97% 0.71% -
XYZ 27.17 25.66 3.66 -
YUV 130.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 182 129 5 0 0.29 0.97 0.29 42.03 0.95 0.37
Hex B6 81 5 0 1D 61 1D 2A 5F 25
Octal 266 201 5 0 35 141 35 52 137 45
Binary 10110110 10000001 101 0 11101 1100001 11101 101010 1011111 100101

Color Harmonies of #B68105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68105

Black with #B68105

Text Example


Text Example

White with #B68105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68105; }

 p { color: rgb(182,129,5); }

 H1.HeaderClassName
 {
   color: #B68105;
 }
 .AnyTagClassName
 {
   color: #B68105;
 }
</style>

background-color css

<style>
 a { background-color: #B68105; }

 a { background-color: rgb(182,129,5); }

 div.DivClassName
 {
   background-color: #B68105;
 }
 .BgClassName
 {
   background-color: #B68105;
 }
</style>

border-color css

<style>
 span { border-color: #B68105; }

 span { border-color: rgb(182,129,5); }

 td.TdClassName
 {
   border-color: #B68105;
 }
 .TagClassName
 {
   border-color: #B68105;
 }
</style>