Html Css Color HEX #BD920C Dark Goldenrod

📋 copy color: '#BD920C'

red 189 ◦ green 146 ◦ blue 12

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

Shades of Dark Goldenrod #BD920C

Tints of Dark Goldenrod #BD920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

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

R = 54.47%
G = 42.07%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD920C (or 0xBD920C) is known color: Dark Goldenrod. HEX triplet: BD, 92 and 0C. RGB value is (189,146,12). Sum of RGB (Red+Green+Blue) = 189+146+12=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD920C is #426DF3. Grayscale: #909090. Windows color (decimal): -4353524 or 823997. OLE color: 823997.

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

Color convert

RGB 189 146 12 -
CMYK 0 0.23 0.94 0.26
HSL 45.42º 0.88% 0.39% -
HSV(B) 45.42º 0.94% 0.74% -
XYZ 31.33 31.4 4.76 -
YUV 143.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 189 146 12 0 0.23 0.94 0.26 45.42 0.88 0.39
Hex BD 92 C 0 17 5E 1A 2D 58 27
Octal 275 222 14 0 27 136 32 55 130 47
Binary 10111101 10010010 1100 0 10111 1011110 11010 101101 1011000 100111

Color Harmonies of #BD920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD920C

Black with #BD920C

Text Example


Text Example

White with #BD920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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