Html Css Color HEX #BF7112 Ochre

📋 copy color: '#BF7112'

red 191 ◦ green 113 ◦ blue 18

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

Shades of Ochre #BF7112

Tints of Ochre #BF7112

RGB

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

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

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

R = 59.32%
G = 35.09%
B = 5.59%

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

#BF7112 (or 0xBF7112) is known color: Ochre. HEX triplet: BF, 71 and 12. RGB value is (191,113,18). Sum of RGB (Red+Green+Blue) = 191+113+18=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7112 is #408EED. Grayscale: #7D7D7D. Windows color (decimal): -4230894 or 1208767. OLE color: 1208767.

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

Color convert

RGB 191 113 18 -
CMYK 0 0.41 0.91 0.25
HSL 32.95º 0.83% 0.41% -
HSV(B) 32.95º 0.91% 0.75% -
XYZ 27.5 22.93 3.55 -
YUV 125.49 67.34 174.72 -
System Red Green Blue C M Y K H S L
Decimal 191 113 18 0 0.41 0.91 0.25 32.95 0.83 0.41
Hex BF 71 12 0 29 5B 19 21 53 29
Octal 277 161 22 0 51 133 31 41 123 51
Binary 10111111 1110001 10010 0 101001 1011011 11001 100001 1010011 101001

Color Harmonies of #BF7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7112

Black with #BF7112

Text Example


Text Example

White with #BF7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7112; }

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

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

background-color css

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

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

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

border-color css

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

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

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