Html Css Color HEX #BD710B Dark Goldenrod

📋 copy color: '#BD710B'

red 189 ◦ green 113 ◦ blue 11

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

Shades of Dark Goldenrod #BD710B

Tints of Dark Goldenrod #BD710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 60.38%
G = 36.1%
B = 3.51%

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

#BD710B (or 0xBD710B) is known color: Dark Goldenrod. HEX triplet: BD, 71 and 0B. RGB value is (189,113,11). Sum of RGB (Red+Green+Blue) = 189+113+11=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD710B is #428EF4. Grayscale: #7C7C7C. Windows color (decimal): -4361973 or 750013. OLE color: 750013.

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

Color convert

RGB 189 113 11 -
CMYK 0 0.40 0.94 0.26
HSL 34.38º 0.89% 0.39% -
HSV(B) 34.38º 0.94% 0.74% -
XYZ 26.95 22.65 3.27 -
YUV 124.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 189 113 11 0 0.40 0.94 0.26 34.38 0.89 0.39
Hex BD 71 B 0 28 5E 1A 22 59 27
Octal 275 161 13 0 50 136 32 42 131 47
Binary 10111101 1110001 1011 0 101000 1011110 11010 100010 1011001 100111

Color Harmonies of #BD710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD710B

Black with #BD710B

Text Example


Text Example

White with #BD710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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