Html Css Color HEX #BF7013 Ochre

📋 copy color: '#BF7013'

red 191 ◦ green 112 ◦ blue 19

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

Shades of Ochre #BF7013

Tints of Ochre #BF7013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 59.32%
G = 34.78%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7013 (or 0xBF7013) is known color: Ochre. HEX triplet: BF, 70 and 13. RGB value is (191,112,19). Sum of RGB (Red+Green+Blue) = 191+112+19=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7013 is #408FEC. Grayscale: #7D7D7D. Windows color (decimal): -4231149 or 1274047. OLE color: 1274047.

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

Color convert

RGB 191 112 19 -
CMYK 0 0.41 0.90 0.25
HSL 32.44º 0.82% 0.41% -
HSV(B) 32.44º 0.9% 0.75% -
XYZ 27.4 22.71 3.56 -
YUV 125.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 191 112 19 0 0.41 0.90 0.25 32.44 0.82 0.41
Hex BF 70 13 0 29 5A 19 20 52 29
Octal 277 160 23 0 51 132 31 40 122 51
Binary 10111111 1110000 10011 0 101001 1011010 11001 100000 1010010 101001

Color Harmonies of #BF7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7013

Black with #BF7013

Text Example


Text Example

White with #BF7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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