Html Css Color HEX #BF6E14 Ochre

📋 copy color: '#BF6E14'

red 191 ◦ green 110 ◦ blue 20

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

Shades of Ochre #BF6E14

Tints of Ochre #BF6E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 59.5%
G = 34.27%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF6E14 (or 0xBF6E14) is known color: Ochre. HEX triplet: BF, 6E and 14. RGB value is (191,110,20). Sum of RGB (Red+Green+Blue) = 191+110+20=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6E14 is #4091EB. Grayscale: #7C7C7C. Windows color (decimal): -4231660 or 1339071. OLE color: 1339071.

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

Color convert

RGB 191 110 20 -
CMYK 0 0.42 0.90 0.25
HSL 31.58º 0.81% 0.41% -
HSV(B) 31.58º 0.9% 0.75% -
XYZ 27.19 22.28 3.53 -
YUV 123.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 191 110 20 0 0.42 0.90 0.25 31.58 0.81 0.41
Hex BF 6E 14 0 2A 5A 19 20 51 29
Octal 277 156 24 0 52 132 31 40 121 51
Binary 10111111 1101110 10100 0 101010 1011010 11001 100000 1010001 101001

Color Harmonies of #BF6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E14

Black with #BF6E14

Text Example


Text Example

White with #BF6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E14; }

 p { color: rgb(191,110,20); }

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

background-color css

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

 a { background-color: rgb(191,110,20); }

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

border-color css

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

 span { border-color: rgb(191,110,20); }

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