Html Css Color HEX #BF7A18 Ochre

📋 copy color: '#BF7A18'

red 191 ◦ green 122 ◦ blue 24

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

Shades of Ochre #BF7A18

Tints of Ochre #BF7A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 56.68%
G = 36.2%
B = 7.12%

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

#BF7A18 (or 0xBF7A18) is known color: Ochre. HEX triplet: BF, 7A and 18. RGB value is (191,122,24). Sum of RGB (Red+Green+Blue) = 191+122+24=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A18 is #4085E7. Grayscale: #838383. Windows color (decimal): -4228584 or 1604287. OLE color: 1604287.

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

Color convert

RGB 191 122 24 -
CMYK 0 0.36 0.87 0.25
HSL 35.21º 0.78% 0.42% -
HSV(B) 35.21º 0.87% 0.75% -
XYZ 28.61 25.06 4.19 -
YUV 131.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 191 122 24 0 0.36 0.87 0.25 35.21 0.78 0.42
Hex BF 7A 18 0 24 57 19 23 4E 2A
Octal 277 172 30 0 44 127 31 43 116 52
Binary 10111111 1111010 11000 0 100100 1010111 11001 100011 1001110 101010

Color Harmonies of #BF7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A18

Black with #BF7A18

Text Example


Text Example

White with #BF7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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