Html Css Color HEX #BF7012 Ochre

📋 copy color: '#BF7012'

red 191 ◦ green 112 ◦ blue 18

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

Shades of Ochre #BF7012

Tints of Ochre #BF7012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 59.5%
G = 34.89%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF7012 (or 0xBF7012) is known color: Ochre. HEX triplet: BF, 70 and 12. RGB value is (191,112,18). Sum of RGB (Red+Green+Blue) = 191+112+18=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7012 is #408FED. Grayscale: #7D7D7D. Windows color (decimal): -4231150 or 1208511. OLE color: 1208511.

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

Color convert

RGB 191 112 18 -
CMYK 0 0.41 0.91 0.25
HSL 32.6º 0.83% 0.41% -
HSV(B) 32.6º 0.91% 0.75% -
XYZ 27.39 22.71 3.51 -
YUV 124.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 191 112 18 0 0.41 0.91 0.25 32.6 0.83 0.41
Hex BF 70 12 0 29 5B 19 21 53 29
Octal 277 160 22 0 51 133 31 41 123 51
Binary 10111111 1110000 10010 0 101001 1011011 11001 100001 1010011 101001

Color Harmonies of #BF7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7012

Black with #BF7012

Text Example


Text Example

White with #BF7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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