Html Css Color HEX #BF7315 Ochre

📋 copy color: '#BF7315'

red 191 ◦ green 115 ◦ blue 21

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

Shades of Ochre #BF7315

Tints of Ochre #BF7315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 58.41%
G = 35.17%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF7315 (or 0xBF7315) is known color: Ochre. HEX triplet: BF, 73 and 15. RGB value is (191,115,21). Sum of RGB (Red+Green+Blue) = 191+115+21=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7315 is #408CEA. Grayscale: #7F7F7F. Windows color (decimal): -4230379 or 1405887. OLE color: 1405887.

HSL color Cylindrical-coordinate representation of color #BF7315: hue angle of 33.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF7315 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 21 -
CMYK 0 0.40 0.89 0.25
HSL 33.18º 0.8% 0.42% -
HSV(B) 33.18º 0.89% 0.75% -
XYZ 27.75 23.39 3.76 -
YUV 127.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 191 115 21 0 0.40 0.89 0.25 33.18 0.8 0.42
Hex BF 73 15 0 28 59 19 21 50 2A
Octal 277 163 25 0 50 131 31 41 120 52
Binary 10111111 1110011 10101 0 101000 1011001 11001 100001 1010000 101010

Color Harmonies of #BF7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7315

Black with #BF7315

Text Example


Text Example

White with #BF7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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