Html Css Color HEX #BF7513 Ochre

📋 copy color: '#BF7513'

red 191 ◦ green 117 ◦ blue 19

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

Shades of Ochre #BF7513

Tints of Ochre #BF7513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 58.41%
G = 35.78%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF7513 (or 0xBF7513) is known color: Ochre. HEX triplet: BF, 75 and 13. RGB value is (191,117,19). Sum of RGB (Red+Green+Blue) = 191+117+19=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7513 is #408AEC. Grayscale: #808080. Windows color (decimal): -4229869 or 1275327. OLE color: 1275327.

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

Color convert

RGB 191 117 19 -
CMYK 0 0.39 0.90 0.25
HSL 34.19º 0.82% 0.41% -
HSV(B) 34.19º 0.9% 0.75% -
XYZ 27.96 23.85 3.74 -
YUV 127.95 66.52 172.97 -
System Red Green Blue C M Y K H S L
Decimal 191 117 19 0 0.39 0.90 0.25 34.19 0.82 0.41
Hex BF 75 13 0 27 5A 19 22 52 29
Octal 277 165 23 0 47 132 31 42 122 51
Binary 10111111 1110101 10011 0 100111 1011010 11001 100010 1010010 101001

Color Harmonies of #BF7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7513

Black with #BF7513

Text Example


Text Example

White with #BF7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7513; }

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

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

background-color css

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

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

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

border-color css

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

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

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