Html Css Color HEX #BF711A Ochre

📋 copy color: '#BF711A'

red 191 ◦ green 113 ◦ blue 26

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

Shades of Ochre #BF711A

Tints of Ochre #BF711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 57.88%
G = 34.24%
B = 7.88%

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

#BF711A (or 0xBF711A) is known color: Ochre. HEX triplet: BF, 71 and 1A. RGB value is (191,113,26). Sum of RGB (Red+Green+Blue) = 191+113+26=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF711A is #408EE5. Grayscale: #7E7E7E. Windows color (decimal): -4230886 or 1733055. OLE color: 1733055.

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

Color convert

RGB 191 113 26 -
CMYK 0 0.41 0.86 0.25
HSL 31.64º 0.76% 0.43% -
HSV(B) 31.64º 0.86% 0.75% -
XYZ 27.58 22.96 3.96 -
YUV 126.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 191 113 26 0 0.41 0.86 0.25 31.64 0.76 0.43
Hex BF 71 1A 0 29 56 19 20 4C 2B
Octal 277 161 32 0 51 126 31 40 114 53
Binary 10111111 1110001 11010 0 101001 1010110 11001 100000 1001100 101011

Color Harmonies of #BF711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF711A

Black with #BF711A

Text Example


Text Example

White with #BF711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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