Html Css Color HEX #BF711E Ochre

📋 copy color: '#BF711E'

red 191 ◦ green 113 ◦ blue 30

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

Shades of Ochre #BF711E

Tints of Ochre #BF711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 57.19%
G = 33.83%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF711E (or 0xBF711E) is known color: Ochre. HEX triplet: BF, 71 and 1E. RGB value is (191,113,30). Sum of RGB (Red+Green+Blue) = 191+113+30=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF711E is #408EE1. Grayscale: #7F7F7F. Windows color (decimal): -4230882 or 1995199. OLE color: 1995199.

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

Color convert

RGB 191 113 30 -
CMYK 0 0.41 0.84 0.25
HSL 30.93º 0.73% 0.43% -
HSV(B) 30.93º 0.84% 0.75% -
XYZ 27.63 22.98 4.21 -
YUV 126.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 191 113 30 0 0.41 0.84 0.25 30.93 0.73 0.43
Hex BF 71 1E 0 29 54 19 1F 49 2B
Octal 277 161 36 0 51 124 31 37 111 53
Binary 10111111 1110001 11110 0 101001 1010100 11001 11111 1001001 101011

Color Harmonies of #BF711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF711E

Black with #BF711E

Text Example


Text Example

White with #BF711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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