Html Css Color HEX #BD8C07 Dark Goldenrod

📋 copy color: '#BD8C07'

red 189 ◦ green 140 ◦ blue 7

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

Shades of Dark Goldenrod #BD8C07

Tints of Dark Goldenrod #BD8C07

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 56.25%
G = 41.67%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD8C07 (or 0xBD8C07) is known color: Dark Goldenrod. HEX triplet: BD, 8C and 07. RGB value is (189,140,7). Sum of RGB (Red+Green+Blue) = 189+140+7=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C07 is #4273F8. Grayscale: #8C8C8C. Windows color (decimal): -4355065 or 494781. OLE color: 494781.

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

Color convert

RGB 189 140 7 -
CMYK 0 0.26 0.96 0.26
HSL 43.85º 0.93% 0.38% -
HSV(B) 43.85º 0.96% 0.74% -
XYZ 30.4 29.59 4.31 -
YUV 139.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 189 140 7 0 0.26 0.96 0.26 43.85 0.93 0.38
Hex BD 8C 7 0 1A 60 1A 2C 5D 26
Octal 275 214 7 0 32 140 32 54 135 46
Binary 10111101 10001100 111 0 11010 1100000 11010 101100 1011101 100110

Color Harmonies of #BD8C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C07

Black with #BD8C07

Text Example


Text Example

White with #BD8C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C07; }

 p { color: rgb(189,140,7); }

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

background-color css

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

 a { background-color: rgb(189,140,7); }

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

border-color css

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

 span { border-color: rgb(189,140,7); }

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