Html Css Color HEX #BD810C Dark Goldenrod

📋 copy color: '#BD810C'

red 189 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #BD810C

Tints of Dark Goldenrod #BD810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 57.27%
G = 39.09%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD810C (or 0xBD810C) is known color: Dark Goldenrod. HEX triplet: BD, 81 and 0C. RGB value is (189,129,12). Sum of RGB (Red+Green+Blue) = 189+129+12=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD810C is #427EF3. Grayscale: #868686. Windows color (decimal): -4357876 or 819645. OLE color: 819645.

HSL color Cylindrical-coordinate representation of color #BD810C: hue angle of 39.66º degrees, saturation: 0.88, 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 #BD810C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 12 -
CMYK 0 0.32 0.94 0.26
HSL 39.66º 0.88% 0.39% -
HSV(B) 39.66º 0.94% 0.74% -
XYZ 28.9 26.55 3.95 -
YUV 133.6 59.38 167.51 -
System Red Green Blue C M Y K H S L
Decimal 189 129 12 0 0.32 0.94 0.26 39.66 0.88 0.39
Hex BD 81 C 0 20 5E 1A 28 58 27
Octal 275 201 14 0 40 136 32 50 130 47
Binary 10111101 10000001 1100 0 100000 1011110 11010 101000 1011000 100111

Color Harmonies of #BD810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD810C

Black with #BD810C

Text Example


Text Example

White with #BD810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD810C; }

 p { color: rgb(189,129,12); }

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

background-color css

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

 a { background-color: rgb(189,129,12); }

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

border-color css

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

 span { border-color: rgb(189,129,12); }

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