Html Css Color HEX #BF711B Ochre

📋 copy color: '#BF711B'

red 191 ◦ green 113 ◦ blue 27

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

Shades of Ochre #BF711B

Tints of Ochre #BF711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.14%

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 57.7%
G = 34.14%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF711B (or 0xBF711B) is known color: Ochre. HEX triplet: BF, 71 and 1B. RGB value is (191,113,27). Sum of RGB (Red+Green+Blue) = 191+113+27=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF711B is #408EE4. Grayscale: #7E7E7E. Windows color (decimal): -4230885 or 1798591. OLE color: 1798591.

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

Color convert

RGB 191 113 27 -
CMYK 0 0.41 0.86 0.25
HSL 31.46º 0.75% 0.43% -
HSV(B) 31.46º 0.86% 0.75% -
XYZ 27.59 22.97 4.02 -
YUV 126.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 191 113 27 0 0.41 0.86 0.25 31.46 0.75 0.43
Hex BF 71 1B 0 29 56 19 1F 4B 2B
Octal 277 161 33 0 51 126 31 37 113 53
Binary 10111111 1110001 11011 0 101001 1010110 11001 11111 1001011 101011

Color Harmonies of #BF711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF711B

Black with #BF711B

Text Example


Text Example

White with #BF711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF711B; }

 p { color: rgb(191,113,27); }

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

background-color css

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

 a { background-color: rgb(191,113,27); }

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

border-color css

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

 span { border-color: rgb(191,113,27); }

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