Html Css Color HEX #BF7814 Ochre

📋 copy color: '#BF7814'

red 191 ◦ green 120 ◦ blue 20

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

Shades of Ochre #BF7814

Tints of Ochre #BF7814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.25%

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

R = 57.7%
G = 36.25%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7814 (or 0xBF7814) is known color: Ochre. HEX triplet: BF, 78 and 14. RGB value is (191,120,20). Sum of RGB (Red+Green+Blue) = 191+120+20=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7814 is #4087EB. Grayscale: #828282. Windows color (decimal): -4229100 or 1341631. OLE color: 1341631.

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

Color convert

RGB 191 120 20 -
CMYK 0 0.37 0.90 0.25
HSL 35.09º 0.81% 0.41% -
HSV(B) 35.09º 0.9% 0.75% -
XYZ 28.33 24.56 3.91 -
YUV 129.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 191 120 20 0 0.37 0.90 0.25 35.09 0.81 0.41
Hex BF 78 14 0 25 5A 19 23 51 29
Octal 277 170 24 0 45 132 31 43 121 51
Binary 10111111 1111000 10100 0 100101 1011010 11001 100011 1010001 101001

Color Harmonies of #BF7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7814

Black with #BF7814

Text Example


Text Example

White with #BF7814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7814; }

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

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

background-color css

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

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

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

border-color css

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

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

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