Html Css Color HEX #BD710E Dark Goldenrod

📋 copy color: '#BD710E'

red 189 ◦ green 113 ◦ blue 14

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

Shades of Dark Goldenrod #BD710E

Tints of Dark Goldenrod #BD710E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 59.81%
G = 35.76%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD710E (or 0xBD710E) is known color: Dark Goldenrod. HEX triplet: BD, 71 and 0E. RGB value is (189,113,14). Sum of RGB (Red+Green+Blue) = 189+113+14=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD710E is #428EF1. Grayscale: #7C7C7C. Windows color (decimal): -4361970 or 946621. OLE color: 946621.

HSL color Cylindrical-coordinate representation of color #BD710E: hue angle of 33.94º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD710E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 14 -
CMYK 0 0.40 0.93 0.26
HSL 33.94º 0.86% 0.4% -
HSV(B) 33.94º 0.93% 0.74% -
XYZ 26.97 22.66 3.37 -
YUV 124.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 189 113 14 0 0.40 0.93 0.26 33.94 0.86 0.4
Hex BD 71 E 0 28 5D 1A 22 56 28
Octal 275 161 16 0 50 135 32 42 126 50
Binary 10111101 1110001 1110 0 101000 1011101 11010 100010 1010110 101000

Color Harmonies of #BD710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD710E

Black with #BD710E

Text Example


Text Example

White with #BD710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD710E; }

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

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

background-color css

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

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

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

border-color css

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

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

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