Html Css Color HEX #BF7619 Ochre

📋 copy color: '#BF7619'

red 191 ◦ green 118 ◦ blue 25

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

Shades of Ochre #BF7619

Tints of Ochre #BF7619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 57.19%
G = 35.33%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF7619 (or 0xBF7619) is known color: Ochre. HEX triplet: BF, 76 and 19. RGB value is (191,118,25). Sum of RGB (Red+Green+Blue) = 191+118+25=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7619 is #4089E6. Grayscale: #818181. Windows color (decimal): -4229607 or 1668799. OLE color: 1668799.

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

Color convert

RGB 191 118 25 -
CMYK 0 0.38 0.87 0.25
HSL 33.61º 0.77% 0.42% -
HSV(B) 33.61º 0.87% 0.75% -
XYZ 28.14 24.1 4.09 -
YUV 129.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 191 118 25 0 0.38 0.87 0.25 33.61 0.77 0.42
Hex BF 76 19 0 26 57 19 22 4D 2A
Octal 277 166 31 0 46 127 31 42 115 52
Binary 10111111 1110110 11001 0 100110 1010111 11001 100010 1001101 101010

Color Harmonies of #BF7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7619

Black with #BF7619

Text Example


Text Example

White with #BF7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7619; }

 p { color: rgb(191,118,25); }

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

background-color css

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

 a { background-color: rgb(191,118,25); }

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

border-color css

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

 span { border-color: rgb(191,118,25); }

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