Html Css Color HEX #BF720A Dark Goldenrod

📋 copy color: '#BF720A'

red 191 ◦ green 114 ◦ blue 10

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

Shades of Dark Goldenrod #BF720A

Tints of Dark Goldenrod #BF720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 60.63%
G = 36.19%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF720A (or 0xBF720A) is known color: Dark Goldenrod. HEX triplet: BF, 72 and 0A. RGB value is (191,114,10). Sum of RGB (Red+Green+Blue) = 191+114+10=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF720A is #408DF5. Grayscale: #7D7D7D. Windows color (decimal): -4230646 or 684735. OLE color: 684735.

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

Color convert

RGB 191 114 10 -
CMYK 0 0.40 0.95 0.25
HSL 34.48º 0.9% 0.39% -
HSV(B) 34.48º 0.95% 0.75% -
XYZ 27.56 23.13 3.3 -
YUV 125.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 191 114 10 0 0.40 0.95 0.25 34.48 0.9 0.39
Hex BF 72 A 0 28 5F 19 22 5A 27
Octal 277 162 12 0 50 137 31 42 132 47
Binary 10111111 1110010 1010 0 101000 1011111 11001 100010 1011010 100111

Color Harmonies of #BF720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF720A

Black with #BF720A

Text Example


Text Example

White with #BF720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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