Html Css Color HEX #BF7314 Ochre

📋 copy color: '#BF7314'

red 191 ◦ green 115 ◦ blue 20

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

Shades of Ochre #BF7314

Tints of Ochre #BF7314

RGB

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

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

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

R = 58.59%
G = 35.28%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7314 (or 0xBF7314) is known color: Ochre. HEX triplet: BF, 73 and 14. RGB value is (191,115,20). Sum of RGB (Red+Green+Blue) = 191+115+20=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7314 is #408CEB. Grayscale: #7F7F7F. Windows color (decimal): -4230380 or 1340351. OLE color: 1340351.

HSL color Cylindrical-coordinate representation of color #BF7314: hue angle of 33.33º 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 #BF7314 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 20 -
CMYK 0 0.40 0.90 0.25
HSL 33.33º 0.81% 0.41% -
HSV(B) 33.33º 0.9% 0.75% -
XYZ 27.74 23.39 3.71 -
YUV 126.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 191 115 20 0 0.40 0.90 0.25 33.33 0.81 0.41
Hex BF 73 14 0 28 5A 19 21 51 29
Octal 277 163 24 0 50 132 31 41 121 51
Binary 10111111 1110011 10100 0 101000 1011010 11001 100001 1010001 101001

Color Harmonies of #BF7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7314

Black with #BF7314

Text Example


Text Example

White with #BF7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7314; }

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

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

background-color css

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

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

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

border-color css

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

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

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