Html Css Color HEX #BF7B18 Ochre

📋 copy color: '#BF7B18'

red 191 ◦ green 123 ◦ blue 24

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

Shades of Ochre #BF7B18

Tints of Ochre #BF7B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.39%

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

R = 56.51%
G = 36.39%
B = 7.1%

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

#BF7B18 (or 0xBF7B18) is known color: Ochre. HEX triplet: BF, 7B and 18. RGB value is (191,123,24). Sum of RGB (Red+Green+Blue) = 191+123+24=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B18 is #4084E7. Grayscale: #848484. Windows color (decimal): -4228328 or 1604543. OLE color: 1604543.

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

Color convert

RGB 191 123 24 -
CMYK 0 0.36 0.87 0.25
HSL 35.57º 0.78% 0.42% -
HSV(B) 35.57º 0.87% 0.75% -
XYZ 28.73 25.31 4.23 -
YUV 132.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 191 123 24 0 0.36 0.87 0.25 35.57 0.78 0.42
Hex BF 7B 18 0 24 57 19 24 4E 2A
Octal 277 173 30 0 44 127 31 44 116 52
Binary 10111111 1111011 11000 0 100100 1010111 11001 100100 1001110 101010

Color Harmonies of #BF7B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B18

Black with #BF7B18

Text Example


Text Example

White with #BF7B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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