Html Css Color HEX #BF710A Dark Goldenrod

📋 copy color: '#BF710A'

red 191 ◦ green 113 ◦ blue 10

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

Shades of Dark Goldenrod #BF710A

Tints of Dark Goldenrod #BF710A

RGB

 RED value IS 191 (75% from 255) = 60.83%

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

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

R = 60.83%
G = 35.99%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF710A (or 0xBF710A) is known color: Dark Goldenrod. HEX triplet: BF, 71 and 0A. RGB value is (191,113,10). Sum of RGB (Red+Green+Blue) = 191+113+10=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF710A is #408EF5. Grayscale: #7D7D7D. Windows color (decimal): -4230902 or 684479. OLE color: 684479.

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

Color convert

RGB 191 113 10 -
CMYK 0 0.41 0.95 0.25
HSL 34.14º 0.9% 0.39% -
HSV(B) 34.14º 0.95% 0.75% -
XYZ 27.45 22.91 3.26 -
YUV 124.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 191 113 10 0 0.41 0.95 0.25 34.14 0.9 0.39
Hex BF 71 A 0 29 5F 19 22 5A 27
Octal 277 161 12 0 51 137 31 42 132 47
Binary 10111111 1110001 1010 0 101001 1011111 11001 100010 1011010 100111

Color Harmonies of #BF710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF710A

Black with #BF710A

Text Example


Text Example

White with #BF710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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