Html Css Color HEX #BF7512 Ochre

📋 copy color: '#BF7512'

red 191 ◦ green 117 ◦ blue 18

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

Shades of Ochre #BF7512

Tints of Ochre #BF7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 58.59%
G = 35.89%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF7512 (or 0xBF7512) is known color: Ochre. HEX triplet: BF, 75 and 12. RGB value is (191,117,18). Sum of RGB (Red+Green+Blue) = 191+117+18=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7512 is #408AED. Grayscale: #808080. Windows color (decimal): -4229870 or 1209791. OLE color: 1209791.

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

Color convert

RGB 191 117 18 -
CMYK 0 0.39 0.91 0.25
HSL 34.34º 0.83% 0.41% -
HSV(B) 34.34º 0.91% 0.75% -
XYZ 27.96 23.84 3.7 -
YUV 127.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 191 117 18 0 0.39 0.91 0.25 34.34 0.83 0.41
Hex BF 75 12 0 27 5B 19 22 53 29
Octal 277 165 22 0 47 133 31 42 123 51
Binary 10111111 1110101 10010 0 100111 1011011 11001 100010 1010011 101001

Color Harmonies of #BF7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7512

Black with #BF7512

Text Example


Text Example

White with #BF7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7512; }

 p { color: rgb(191,117,18); }

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

background-color css

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

 a { background-color: rgb(191,117,18); }

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

border-color css

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

 span { border-color: rgb(191,117,18); }

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