Html Css Color HEX #BF7019 Ochre

📋 copy color: '#BF7019'

red 191 ◦ green 112 ◦ blue 25

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

Shades of Ochre #BF7019

Tints of Ochre #BF7019

RGB

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

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

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

R = 58.23%
G = 34.15%
B = 7.62%

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

#BF7019 (or 0xBF7019) is known color: Ochre. HEX triplet: BF, 70 and 19. RGB value is (191,112,25). Sum of RGB (Red+Green+Blue) = 191+112+25=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7019 is #408FE6. Grayscale: #7E7E7E. Windows color (decimal): -4231143 or 1667263. OLE color: 1667263.

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

Color convert

RGB 191 112 25 -
CMYK 0 0.41 0.87 0.25
HSL 31.45º 0.77% 0.42% -
HSV(B) 31.45º 0.87% 0.75% -
XYZ 27.46 22.73 3.86 -
YUV 125.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 191 112 25 0 0.41 0.87 0.25 31.45 0.77 0.42
Hex BF 70 19 0 29 57 19 1F 4D 2A
Octal 277 160 31 0 51 127 31 37 115 52
Binary 10111111 1110000 11001 0 101001 1010111 11001 11111 1001101 101010

Color Harmonies of #BF7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7019

Black with #BF7019

Text Example


Text Example

White with #BF7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7019; }

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

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

background-color css

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

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

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

border-color css

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

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

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