Html Css Color HEX #B68604 Dark Goldenrod

📋 copy color: '#B68604'

red 182 ◦ green 134 ◦ blue 4

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

Shades of Dark Goldenrod #B68604

Tints of Dark Goldenrod #B68604

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 56.88%
G = 41.88%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B68604 (or 0xB68604) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 04. RGB value is (182,134,4). Sum of RGB (Red+Green+Blue) = 182+134+4=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B68604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68604 is #4979FB. Grayscale: #868686. Windows color (decimal): -4815356 or 296630. OLE color: 296630.

HSL color Cylindrical-coordinate representation of color #B68604: hue angle of 43.82º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B68604 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 4 -
CMYK 0 0.26 0.98 0.29
HSL 43.82º 0.96% 0.36% -
HSV(B) 43.82º 0.98% 0.71% -
XYZ 27.84 27 3.86 -
YUV 133.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 182 134 4 0 0.26 0.98 0.29 43.82 0.96 0.36
Hex B6 86 4 0 1A 62 1D 2C 60 24
Octal 266 206 4 0 32 142 35 54 140 44
Binary 10110110 10000110 100 0 11010 1100010 11101 101100 1100000 100100

Color Harmonies of #B68604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68604

Black with #B68604

Text Example


Text Example

White with #B68604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68604; }

 p { color: rgb(182,134,4); }

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

background-color css

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

 a { background-color: rgb(182,134,4); }

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

border-color css

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

 span { border-color: rgb(182,134,4); }

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