Html Css Color HEX #BF7A19 Ochre

📋 copy color: '#BF7A19'

red 191 ◦ green 122 ◦ blue 25

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

Shades of Ochre #BF7A19

Tints of Ochre #BF7A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

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

R = 56.51%
G = 36.09%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF7A19 (or 0xBF7A19) is known color: Ochre. HEX triplet: BF, 7A and 19. RGB value is (191,122,25). Sum of RGB (Red+Green+Blue) = 191+122+25=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A19 is #4085E6. Grayscale: #848484. Windows color (decimal): -4228583 or 1669823. OLE color: 1669823.

HSL color Cylindrical-coordinate representation of color #BF7A19: hue angle of 35.06º 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 #BF7A19 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 122 25 -
CMYK 0 0.36 0.87 0.25
HSL 35.06º 0.77% 0.42% -
HSV(B) 35.06º 0.87% 0.75% -
XYZ 28.62 25.07 4.25 -
YUV 131.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 191 122 25 0 0.36 0.87 0.25 35.06 0.77 0.42
Hex BF 7A 19 0 24 57 19 23 4D 2A
Octal 277 172 31 0 44 127 31 43 115 52
Binary 10111111 1111010 11001 0 100100 1010111 11001 100011 1001101 101010

Color Harmonies of #BF7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A19

Black with #BF7A19

Text Example


Text Example

White with #BF7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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