Html Css Color HEX #BF7018 Ochre

📋 copy color: '#BF7018'

red 191 ◦ green 112 ◦ blue 24

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

Shades of Ochre #BF7018

Tints of Ochre #BF7018

RGB

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

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

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

R = 58.41%
G = 34.25%
B = 7.34%

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

#BF7018 (or 0xBF7018) is known color: Ochre. HEX triplet: BF, 70 and 18. RGB value is (191,112,24). Sum of RGB (Red+Green+Blue) = 191+112+24=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7018 is #408FE7. Grayscale: #7E7E7E. Windows color (decimal): -4231144 or 1601727. OLE color: 1601727.

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

Color convert

RGB 191 112 24 -
CMYK 0 0.41 0.87 0.25
HSL 31.62º 0.78% 0.42% -
HSV(B) 31.62º 0.87% 0.75% -
XYZ 27.44 22.73 3.81 -
YUV 125.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 191 112 24 0 0.41 0.87 0.25 31.62 0.78 0.42
Hex BF 70 18 0 29 57 19 20 4E 2A
Octal 277 160 30 0 51 127 31 40 116 52
Binary 10111111 1110000 11000 0 101001 1010111 11001 100000 1001110 101010

Color Harmonies of #BF7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7018

Black with #BF7018

Text Example


Text Example

White with #BF7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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