Html Css Color HEX #BF7412 Ochre

📋 copy color: '#BF7412'

red 191 ◦ green 116 ◦ blue 18

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

Shades of Ochre #BF7412

Tints of Ochre #BF7412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

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

R = 58.77%
G = 35.69%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF7412 (or 0xBF7412) is known color: Ochre. HEX triplet: BF, 74 and 12. RGB value is (191,116,18). Sum of RGB (Red+Green+Blue) = 191+116+18=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7412 is #408BED. Grayscale: #7F7F7F. Windows color (decimal): -4230126 or 1209535. OLE color: 1209535.

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

Color convert

RGB 191 116 18 -
CMYK 0 0.39 0.91 0.25
HSL 33.99º 0.83% 0.41% -
HSV(B) 33.99º 0.91% 0.75% -
XYZ 27.84 23.61 3.66 -
YUV 127.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 191 116 18 0 0.39 0.91 0.25 33.99 0.83 0.41
Hex BF 74 12 0 27 5B 19 22 53 29
Octal 277 164 22 0 47 133 31 42 123 51
Binary 10111111 1110100 10010 0 100111 1011011 11001 100010 1010011 101001

Color Harmonies of #BF7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7412

Black with #BF7412

Text Example


Text Example

White with #BF7412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7412; }

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

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

background-color css

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

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

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

border-color css

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

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

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