Html Css Color HEX #BF7313 Ochre

📋 copy color: '#BF7313'

red 191 ◦ green 115 ◦ blue 19

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

Shades of Ochre #BF7313

Tints of Ochre #BF7313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 58.77%
G = 35.38%
B = 5.85%

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

#BF7313 (or 0xBF7313) is known color: Ochre. HEX triplet: BF, 73 and 13. RGB value is (191,115,19). Sum of RGB (Red+Green+Blue) = 191+115+19=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7313 is #408CEC. Grayscale: #7F7F7F. Windows color (decimal): -4230381 or 1274815. OLE color: 1274815.

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

Color convert

RGB 191 115 19 -
CMYK 0 0.40 0.90 0.25
HSL 33.49º 0.82% 0.41% -
HSV(B) 33.49º 0.9% 0.75% -
XYZ 27.73 23.38 3.67 -
YUV 126.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 191 115 19 0 0.40 0.90 0.25 33.49 0.82 0.41
Hex BF 73 13 0 28 5A 19 21 52 29
Octal 277 163 23 0 50 132 31 41 122 51
Binary 10111111 1110011 10011 0 101000 1011010 11001 100001 1010010 101001

Color Harmonies of #BF7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7313

Black with #BF7313

Text Example


Text Example

White with #BF7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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