Html Css Color HEX #BF7218 Ochre

📋 copy color: '#BF7218'

red 191 ◦ green 114 ◦ blue 24

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

Shades of Ochre #BF7218

Tints of Ochre #BF7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 58.05%
G = 34.65%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF7218 (or 0xBF7218) is known color: Ochre. HEX triplet: BF, 72 and 18. RGB value is (191,114,24). Sum of RGB (Red+Green+Blue) = 191+114+24=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7218 is #408DE7. Grayscale: #7F7F7F. Windows color (decimal): -4230632 or 1602239. OLE color: 1602239.

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

Color convert

RGB 191 114 24 -
CMYK 0 0.40 0.87 0.25
HSL 32.34º 0.78% 0.42% -
HSV(B) 32.34º 0.87% 0.75% -
XYZ 27.67 23.18 3.88 -
YUV 126.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 191 114 24 0 0.40 0.87 0.25 32.34 0.78 0.42
Hex BF 72 18 0 28 57 19 20 4E 2A
Octal 277 162 30 0 50 127 31 40 116 52
Binary 10111111 1110010 11000 0 101000 1010111 11001 100000 1001110 101010

Color Harmonies of #BF7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7218

Black with #BF7218

Text Example


Text Example

White with #BF7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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