Html Css Color HEX #BF6C18 Ochre

📋 copy color: '#BF6C18'

red 191 ◦ green 108 ◦ blue 24

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

Shades of Ochre #BF6C18

Tints of Ochre #BF6C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

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

R = 59.13%
G = 33.44%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF6C18 (or 0xBF6C18) is known color: Ochre. HEX triplet: BF, 6C and 18. RGB value is (191,108,24). Sum of RGB (Red+Green+Blue) = 191+108+24=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C18 is #4093E7. Grayscale: #7B7B7B. Windows color (decimal): -4232168 or 1600703. OLE color: 1600703.

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

Color convert

RGB 191 108 24 -
CMYK 0 0.43 0.87 0.25
HSL 30.18º 0.78% 0.42% -
HSV(B) 30.18º 0.87% 0.75% -
XYZ 27.01 21.87 3.66 -
YUV 123.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 191 108 24 0 0.43 0.87 0.25 30.18 0.78 0.42
Hex BF 6C 18 0 2B 57 19 1E 4E 2A
Octal 277 154 30 0 53 127 31 36 116 52
Binary 10111111 1101100 11000 0 101011 1010111 11001 11110 1001110 101010

Color Harmonies of #BF6C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C18

Black with #BF6C18

Text Example


Text Example

White with #BF6C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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