Html Css Color HEX #B68A04 Dark Goldenrod

📋 copy color: '#B68A04'

red 182 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #B68A04

Tints of Dark Goldenrod #B68A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 56.17%
G = 42.59%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B68A04 (or 0xB68A04) is known color: Dark Goldenrod. HEX triplet: B6, 8A and 04. RGB value is (182,138,4). Sum of RGB (Red+Green+Blue) = 182+138+4=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68A04 is #4975FB. Grayscale: #888888. Windows color (decimal): -4814332 or 297654. OLE color: 297654.

HSL color Cylindrical-coordinate representation of color #B68A04: hue angle of 45.17º 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 #B68A04 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 138 4 -
CMYK 0 0.24 0.98 0.29
HSL 45.17º 0.96% 0.36% -
HSV(B) 45.17º 0.98% 0.71% -
XYZ 28.4 28.13 4.05 -
YUV 135.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 182 138 4 0 0.24 0.98 0.29 45.17 0.96 0.36
Hex B6 8A 4 0 18 62 1D 2D 60 24
Octal 266 212 4 0 30 142 35 55 140 44
Binary 10110110 10001010 100 0 11000 1100010 11101 101101 1100000 100100

Color Harmonies of #B68A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A04

Black with #B68A04

Text Example


Text Example

White with #B68A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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