Html Css Color HEX #BD830C Dark Goldenrod

📋 copy color: '#BD830C'

red 189 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #BD830C

Tints of Dark Goldenrod #BD830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.46%

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

R = 56.93%
G = 39.46%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD830C (or 0xBD830C) is known color: Dark Goldenrod. HEX triplet: BD, 83 and 0C. RGB value is (189,131,12). Sum of RGB (Red+Green+Blue) = 189+131+12=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD830C is #427CF3. Grayscale: #878787. Windows color (decimal): -4357364 or 820157. OLE color: 820157.

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

Color convert

RGB 189 131 12 -
CMYK 0 0.31 0.94 0.26
HSL 40.34º 0.88% 0.39% -
HSV(B) 40.34º 0.94% 0.74% -
XYZ 29.17 27.08 4.04 -
YUV 134.78 58.72 166.68 -
System Red Green Blue C M Y K H S L
Decimal 189 131 12 0 0.31 0.94 0.26 40.34 0.88 0.39
Hex BD 83 C 0 1F 5E 1A 28 58 27
Octal 275 203 14 0 37 136 32 50 130 47
Binary 10111101 10000011 1100 0 11111 1011110 11010 101000 1011000 100111

Color Harmonies of #BD830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD830C

Black with #BD830C

Text Example


Text Example

White with #BD830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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