Html Css Color HEX #BD8A06 Dark Goldenrod

📋 copy color: '#BD8A06'

red 189 ◦ green 138 ◦ blue 6

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

Shades of Dark Goldenrod #BD8A06

Tints of Dark Goldenrod #BD8A06

RGB

 RED value IS 189 (74.22% from 255) = 56.76%

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

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 56.76%
G = 41.44%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD8A06 (or 0xBD8A06) is known color: Dark Goldenrod. HEX triplet: BD, 8A and 06. RGB value is (189,138,6). Sum of RGB (Red+Green+Blue) = 189+138+6=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8A06 is #4275F9. Grayscale: #8A8A8A. Windows color (decimal): -4355578 or 428733. OLE color: 428733.

HSL color Cylindrical-coordinate representation of color #BD8A06: hue angle of 43.28º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD8A06 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 6 -
CMYK 0 0.27 0.97 0.26
HSL 43.28º 0.94% 0.38% -
HSV(B) 43.28º 0.97% 0.74% -
XYZ 30.11 29.01 4.18 -
YUV 138.2 53.4 164.23 -
System Red Green Blue C M Y K H S L
Decimal 189 138 6 0 0.27 0.97 0.26 43.28 0.94 0.38
Hex BD 8A 6 0 1B 61 1A 2B 5E 26
Octal 275 212 6 0 33 141 32 53 136 46
Binary 10111101 10001010 110 0 11011 1100001 11010 101011 1011110 100110

Color Harmonies of #BD8A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A06

Black with #BD8A06

Text Example


Text Example

White with #BD8A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A06; }

 p { color: rgb(189,138,6); }

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

background-color css

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

 a { background-color: rgb(189,138,6); }

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

border-color css

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

 span { border-color: rgb(189,138,6); }

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