Html Css Color HEX #BD7F0B Dark Goldenrod

📋 copy color: '#BD7F0B'

red 189 ◦ green 127 ◦ blue 11

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

Shades of Dark Goldenrod #BD7F0B

Tints of Dark Goldenrod #BD7F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 57.8%
G = 38.84%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD7F0B (or 0xBD7F0B) is known color: Dark Goldenrod. HEX triplet: BD, 7F and 0B. RGB value is (189,127,11). Sum of RGB (Red+Green+Blue) = 189+127+11=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7F0B is #4280F4. Grayscale: #848484. Windows color (decimal): -4358389 or 753597. OLE color: 753597.

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

Color convert

RGB 189 127 11 -
CMYK 0 0.33 0.94 0.26
HSL 39.1º 0.89% 0.39% -
HSV(B) 39.1º 0.94% 0.74% -
XYZ 28.64 26.02 3.83 -
YUV 132.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 189 127 11 0 0.33 0.94 0.26 39.1 0.89 0.39
Hex BD 7F B 0 21 5E 1A 27 59 27
Octal 275 177 13 0 41 136 32 47 131 47
Binary 10111101 1111111 1011 0 100001 1011110 11010 100111 1011001 100111

Color Harmonies of #BD7F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F0B

Black with #BD7F0B

Text Example


Text Example

White with #BD7F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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