Html Css Color HEX #BD700C Dark Goldenrod

📋 copy color: '#BD700C'

red 189 ◦ green 112 ◦ blue 12

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

Shades of Dark Goldenrod #BD700C

Tints of Dark Goldenrod #BD700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 60.38%
G = 35.78%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD700C (or 0xBD700C) is known color: Dark Goldenrod. HEX triplet: BD, 70 and 0C. RGB value is (189,112,12). Sum of RGB (Red+Green+Blue) = 189+112+12=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD700C is #428FF3. Grayscale: #7C7C7C. Windows color (decimal): -4362228 or 815293. OLE color: 815293.

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

Color convert

RGB 189 112 12 -
CMYK 0 0.41 0.94 0.26
HSL 33.9º 0.88% 0.39% -
HSV(B) 33.9º 0.94% 0.74% -
XYZ 26.85 22.43 3.26 -
YUV 123.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 189 112 12 0 0.41 0.94 0.26 33.9 0.88 0.39
Hex BD 70 C 0 29 5E 1A 22 58 27
Octal 275 160 14 0 51 136 32 42 130 47
Binary 10111101 1110000 1100 0 101001 1011110 11010 100010 1011000 100111

Color Harmonies of #BD700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD700C

Black with #BD700C

Text Example


Text Example

White with #BD700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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