Html Css Color HEX #BD7F07 Dark Goldenrod

📋 copy color: '#BD7F07'

red 189 ◦ green 127 ◦ blue 7

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

Shades of Dark Goldenrod #BD7F07

Tints of Dark Goldenrod #BD7F07

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

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

R = 58.51%
G = 39.32%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD7F07 (or 0xBD7F07) is known color: Dark Goldenrod. HEX triplet: BD, 7F and 07. RGB value is (189,127,7). Sum of RGB (Red+Green+Blue) = 189+127+7=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7F07 is #4280F8. Grayscale: #848484. Windows color (decimal): -4358393 or 491453. OLE color: 491453.

HSL color Cylindrical-coordinate representation of color #BD7F07: hue angle of 39.56º 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 #BD7F07 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 7 -
CMYK 0 0.33 0.96 0.26
HSL 39.56º 0.93% 0.38% -
HSV(B) 39.56º 0.96% 0.74% -
XYZ 28.61 26.01 3.71 -
YUV 131.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 189 127 7 0 0.33 0.96 0.26 39.56 0.93 0.38
Hex BD 7F 7 0 21 60 1A 28 5D 26
Octal 275 177 7 0 41 140 32 50 135 46
Binary 10111101 1111111 111 0 100001 1100000 11010 101000 1011101 100110

Color Harmonies of #BD7F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F07

Black with #BD7F07

Text Example


Text Example

White with #BD7F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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