Html Css Color HEX #BF7714 Ochre

📋 copy color: '#BF7714'

red 191 ◦ green 119 ◦ blue 20

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

Shades of Ochre #BF7714

Tints of Ochre #BF7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

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

R = 57.88%
G = 36.06%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7714 (or 0xBF7714) is known color: Ochre. HEX triplet: BF, 77 and 14. RGB value is (191,119,20). Sum of RGB (Red+Green+Blue) = 191+119+20=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7714 is #4088EB. Grayscale: #818181. Windows color (decimal): -4229356 or 1341375. OLE color: 1341375.

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

Color convert

RGB 191 119 20 -
CMYK 0 0.38 0.90 0.25
HSL 34.74º 0.81% 0.41% -
HSV(B) 34.74º 0.9% 0.75% -
XYZ 28.21 24.32 3.87 -
YUV 129.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 191 119 20 0 0.38 0.90 0.25 34.74 0.81 0.41
Hex BF 77 14 0 26 5A 19 23 51 29
Octal 277 167 24 0 46 132 31 43 121 51
Binary 10111111 1110111 10100 0 100110 1011010 11001 100011 1010001 101001

Color Harmonies of #BF7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7714

Black with #BF7714

Text Example


Text Example

White with #BF7714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7714; }

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

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

background-color css

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

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

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

border-color css

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

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

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