Html Css Color HEX #BD7F0D Dark Goldenrod

📋 copy color: '#BD7F0D'

red 189 ◦ green 127 ◦ blue 13

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

Shades of Dark Goldenrod #BD7F0D

Tints of Dark Goldenrod #BD7F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 57.45%
G = 38.6%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD7F0D (or 0xBD7F0D) is known color: Dark Goldenrod. HEX triplet: BD, 7F and 0D. RGB value is (189,127,13). Sum of RGB (Red+Green+Blue) = 189+127+13=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7F0D is #4280F2. Grayscale: #858585. Windows color (decimal): -4358387 or 884669. OLE color: 884669.

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

Color convert

RGB 189 127 13 -
CMYK 0 0.33 0.93 0.26
HSL 38.86º 0.87% 0.4% -
HSV(B) 38.86º 0.93% 0.74% -
XYZ 28.65 26.03 3.89 -
YUV 132.54 60.54 168.27 -
System Red Green Blue C M Y K H S L
Decimal 189 127 13 0 0.33 0.93 0.26 38.86 0.87 0.4
Hex BD 7F D 0 21 5D 1A 27 57 28
Octal 275 177 15 0 41 135 32 47 127 50
Binary 10111101 1111111 1101 0 100001 1011101 11010 100111 1010111 101000

Color Harmonies of #BD7F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F0D

Black with #BD7F0D

Text Example


Text Example

White with #BD7F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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