Html Css Color HEX #BF7311 Ochre

📋 copy color: '#BF7311'

red 191 ◦ green 115 ◦ blue 17

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

Shades of Ochre #BF7311

Tints of Ochre #BF7311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 59.13%
G = 35.6%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF7311 (or 0xBF7311) is known color: Ochre. HEX triplet: BF, 73 and 11. RGB value is (191,115,17). Sum of RGB (Red+Green+Blue) = 191+115+17=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7311 is #408CEE. Grayscale: #7F7F7F. Windows color (decimal): -4230383 or 1143743. OLE color: 1143743.

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

Color convert

RGB 191 115 17 -
CMYK 0 0.40 0.91 0.25
HSL 33.79º 0.84% 0.41% -
HSV(B) 33.79º 0.91% 0.75% -
XYZ 27.72 23.38 3.58 -
YUV 126.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 191 115 17 0 0.40 0.91 0.25 33.79 0.84 0.41
Hex BF 73 11 0 28 5B 19 22 54 29
Octal 277 163 21 0 50 133 31 42 124 51
Binary 10111111 1110011 10001 0 101000 1011011 11001 100010 1010100 101001

Color Harmonies of #BF7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7311

Black with #BF7311

Text Example


Text Example

White with #BF7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7311; }

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

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

background-color css

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

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

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

border-color css

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

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

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