Html Css Color HEX #BF7214 Ochre

📋 copy color: '#BF7214'

red 191 ◦ green 114 ◦ blue 20

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

Shades of Ochre #BF7214

Tints of Ochre #BF7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 58.77%
G = 35.08%
B = 6.15%

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

#BF7214 (or 0xBF7214) is known color: Ochre. HEX triplet: BF, 72 and 14. RGB value is (191,114,20). Sum of RGB (Red+Green+Blue) = 191+114+20=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7214 is #408DEB. Grayscale: #7E7E7E. Windows color (decimal): -4230636 or 1340095. OLE color: 1340095.

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

Color convert

RGB 191 114 20 -
CMYK 0 0.40 0.90 0.25
HSL 32.98º 0.81% 0.41% -
HSV(B) 32.98º 0.9% 0.75% -
XYZ 27.63 23.16 3.68 -
YUV 126.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 191 114 20 0 0.40 0.90 0.25 32.98 0.81 0.41
Hex BF 72 14 0 28 5A 19 21 51 29
Octal 277 162 24 0 50 132 31 41 121 51
Binary 10111111 1110010 10100 0 101000 1011010 11001 100001 1010001 101001

Color Harmonies of #BF7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7214

Black with #BF7214

Text Example


Text Example

White with #BF7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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