Html Css Color HEX #BD710A Dark Goldenrod

📋 copy color: '#BD710A'

red 189 ◦ green 113 ◦ blue 10

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

Shades of Dark Goldenrod #BD710A

Tints of Dark Goldenrod #BD710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 60.58%
G = 36.22%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD710A (or 0xBD710A) is known color: Dark Goldenrod. HEX triplet: BD, 71 and 0A. RGB value is (189,113,10). Sum of RGB (Red+Green+Blue) = 189+113+10=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD710A is #428EF5. Grayscale: #7C7C7C. Windows color (decimal): -4361974 or 684477. OLE color: 684477.

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

Color convert

RGB 189 113 10 -
CMYK 0 0.40 0.95 0.26
HSL 34.53º 0.9% 0.39% -
HSV(B) 34.53º 0.95% 0.74% -
XYZ 26.95 22.65 3.24 -
YUV 123.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 189 113 10 0 0.40 0.95 0.26 34.53 0.9 0.39
Hex BD 71 A 0 28 5F 1A 23 5A 27
Octal 275 161 12 0 50 137 32 43 132 47
Binary 10111101 1110001 1010 0 101000 1011111 11010 100011 1011010 100111

Color Harmonies of #BD710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD710A

Black with #BD710A

Text Example


Text Example

White with #BD710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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