Html Css Color HEX #BF700F Ochre

📋 copy color: '#BF700F'

red 191 ◦ green 112 ◦ blue 15

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

Shades of Ochre #BF700F

Tints of Ochre #BF700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 60.06%
G = 35.22%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF700F (or 0xBF700F) is known color: Ochre. HEX triplet: BF, 70 and 0F. RGB value is (191,112,15). Sum of RGB (Red+Green+Blue) = 191+112+15=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF700F is #408FF0. Grayscale: #7D7D7D. Windows color (decimal): -4231153 or 1011903. OLE color: 1011903.

HSL color Cylindrical-coordinate representation of color #BF700F: hue angle of 33.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF700F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 15 -
CMYK 0 0.41 0.92 0.25
HSL 33.07º 0.85% 0.4% -
HSV(B) 33.07º 0.92% 0.75% -
XYZ 27.37 22.7 3.39 -
YUV 124.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 191 112 15 0 0.41 0.92 0.25 33.07 0.85 0.4
Hex BF 70 F 0 29 5C 19 21 55 28
Octal 277 160 17 0 51 134 31 41 125 50
Binary 10111111 1110000 1111 0 101001 1011100 11001 100001 1010101 101000

Color Harmonies of #BF700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF700F

Black with #BF700F

Text Example


Text Example

White with #BF700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF700F; }

 p { color: rgb(191,112,15); }

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

background-color css

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

 a { background-color: rgb(191,112,15); }

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

border-color css

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

 span { border-color: rgb(191,112,15); }

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