Html Css Color HEX #BF7213 Ochre

📋 copy color: '#BF7213'

red 191 ◦ green 114 ◦ blue 19

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

Shades of Ochre #BF7213

Tints of Ochre #BF7213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 58.95%
G = 35.19%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7213 (or 0xBF7213) is known color: Ochre. HEX triplet: BF, 72 and 13. RGB value is (191,114,19). Sum of RGB (Red+Green+Blue) = 191+114+19=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7213 is #408DEC. Grayscale: #7E7E7E. Windows color (decimal): -4230637 or 1274559. OLE color: 1274559.

HSL color Cylindrical-coordinate representation of color #BF7213: hue angle of 33.14º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF7213 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 114 19 -
CMYK 0 0.40 0.90 0.25
HSL 33.14º 0.82% 0.41% -
HSV(B) 33.14º 0.9% 0.75% -
XYZ 27.62 23.16 3.63 -
YUV 126.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 191 114 19 0 0.40 0.90 0.25 33.14 0.82 0.41
Hex BF 72 13 0 28 5A 19 21 52 29
Octal 277 162 23 0 50 132 31 41 122 51
Binary 10111111 1110010 10011 0 101000 1011010 11001 100001 1010010 101001

Color Harmonies of #BF7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7213

Black with #BF7213

Text Example


Text Example

White with #BF7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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