Html Css Color HEX #BF700A Dark Goldenrod

📋 copy color: '#BF700A'

red 191 ◦ green 112 ◦ blue 10

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

Shades of Dark Goldenrod #BF700A

Tints of Dark Goldenrod #BF700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 61.02%
G = 35.78%
B = 3.19%

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

#BF700A (or 0xBF700A) is known color: Dark Goldenrod. HEX triplet: BF, 70 and 0A. RGB value is (191,112,10). Sum of RGB (Red+Green+Blue) = 191+112+10=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF700A is #408FF5. Grayscale: #7C7C7C. Windows color (decimal): -4231158 or 684223. OLE color: 684223.

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

Color convert

RGB 191 112 10 -
CMYK 0 0.41 0.95 0.25
HSL 33.81º 0.9% 0.39% -
HSV(B) 33.81º 0.95% 0.75% -
XYZ 27.33 22.69 3.23 -
YUV 123.99 63.67 175.79 -
System Red Green Blue C M Y K H S L
Decimal 191 112 10 0 0.41 0.95 0.25 33.81 0.9 0.39
Hex BF 70 A 0 29 5F 19 22 5A 27
Octal 277 160 12 0 51 137 31 42 132 47
Binary 10111111 1110000 1010 0 101001 1011111 11001 100010 1011010 100111

Color Harmonies of #BF700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF700A

Black with #BF700A

Text Example


Text Example

White with #BF700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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