Html Css Color HEX #BF7118 Ochre

📋 copy color: '#BF7118'

red 191 ◦ green 113 ◦ blue 24

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

Shades of Ochre #BF7118

Tints of Ochre #BF7118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 58.23%
G = 34.45%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF7118 (or 0xBF7118) is known color: Ochre. HEX triplet: BF, 71 and 18. RGB value is (191,113,24). Sum of RGB (Red+Green+Blue) = 191+113+24=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7118 is #408EE7. Grayscale: #7E7E7E. Windows color (decimal): -4230888 or 1601983. OLE color: 1601983.

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

Color convert

RGB 191 113 24 -
CMYK 0 0.41 0.87 0.25
HSL 31.98º 0.78% 0.42% -
HSV(B) 31.98º 0.87% 0.75% -
XYZ 27.56 22.95 3.84 -
YUV 126.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 191 113 24 0 0.41 0.87 0.25 31.98 0.78 0.42
Hex BF 71 18 0 29 57 19 20 4E 2A
Octal 277 161 30 0 51 127 31 40 116 52
Binary 10111111 1110001 11000 0 101001 1010111 11001 100000 1001110 101010

Color Harmonies of #BF7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7118

Black with #BF7118

Text Example


Text Example

White with #BF7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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