Html Css Color HEX #BF7319 Ochre

📋 copy color: '#BF7319'

red 191 ◦ green 115 ◦ blue 25

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

Shades of Ochre #BF7319

Tints of Ochre #BF7319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 57.7%
G = 34.74%
B = 7.55%

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

#BF7319 (or 0xBF7319) is known color: Ochre. HEX triplet: BF, 73 and 19. RGB value is (191,115,25). Sum of RGB (Red+Green+Blue) = 191+115+25=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7319 is #408CE6. Grayscale: #7F7F7F. Windows color (decimal): -4230375 or 1668031. OLE color: 1668031.

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

Color convert

RGB 191 115 25 -
CMYK 0 0.40 0.87 0.25
HSL 32.53º 0.77% 0.42% -
HSV(B) 32.53º 0.87% 0.75% -
XYZ 27.79 23.41 3.97 -
YUV 127.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 191 115 25 0 0.40 0.87 0.25 32.53 0.77 0.42
Hex BF 73 19 0 28 57 19 21 4D 2A
Octal 277 163 31 0 50 127 31 41 115 52
Binary 10111111 1110011 11001 0 101000 1010111 11001 100001 1001101 101010

Color Harmonies of #BF7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7319

Black with #BF7319

Text Example


Text Example

White with #BF7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7319; }

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

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

background-color css

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

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

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

border-color css

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

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

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