Html Css Color HEX #BD710C Dark Goldenrod

📋 copy color: '#BD710C'

red 189 ◦ green 113 ◦ blue 12

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

Shades of Dark Goldenrod #BD710C

Tints of Dark Goldenrod #BD710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

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

R = 60.19%
G = 35.99%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD710C (or 0xBD710C) is known color: Dark Goldenrod. HEX triplet: BD, 71 and 0C. RGB value is (189,113,12). Sum of RGB (Red+Green+Blue) = 189+113+12=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD710C is #428EF3. Grayscale: #7C7C7C. Windows color (decimal): -4361972 or 815549. OLE color: 815549.

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

Color convert

RGB 189 113 12 -
CMYK 0 0.40 0.94 0.26
HSL 34.24º 0.88% 0.39% -
HSV(B) 34.24º 0.94% 0.74% -
XYZ 26.96 22.66 3.3 -
YUV 124.21 64.68 174.21 -
System Red Green Blue C M Y K H S L
Decimal 189 113 12 0 0.40 0.94 0.26 34.24 0.88 0.39
Hex BD 71 C 0 28 5E 1A 22 58 27
Octal 275 161 14 0 50 136 32 42 130 47
Binary 10111101 1110001 1100 0 101000 1011110 11010 100010 1011000 100111

Color Harmonies of #BD710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD710C

Black with #BD710C

Text Example


Text Example

White with #BD710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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