Html Css Color HEX #BC6918 Ochre

📋 copy color: '#BC6918'

red 188 ◦ green 105 ◦ blue 24

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

Shades of Ochre #BC6918

Tints of Ochre #BC6918

RGB

 RED value IS 188 (73.83% from 255) = 59.31%

 GREEN value IS 105 (41.41% from 255) = 33.12%

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

R = 59.31%
G = 33.12%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6918 (or 0xBC6918) is known color: Ochre. HEX triplet: BC, 69 and 18. RGB value is (188,105,24). Sum of RGB (Red+Green+Blue) = 188+105+24=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6918 is #4396E7. Grayscale: #787878. Windows color (decimal): -4429544 or 1599932. OLE color: 1599932.

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

Color convert

RGB 188 105 24 -
CMYK 0 0.44 0.87 0.26
HSL 29.63º 0.77% 0.42% -
HSV(B) 29.63º 0.87% 0.74% -
XYZ 25.96 20.86 3.52 -
YUV 120.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 188 105 24 0 0.44 0.87 0.26 29.63 0.77 0.42
Hex BC 69 18 0 2C 57 1A 1E 4D 2A
Octal 274 151 30 0 54 127 32 36 115 52
Binary 10111100 1101001 11000 0 101100 1010111 11010 11110 1001101 101010

Color Harmonies of #BC6918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6918

Black with #BC6918

Text Example


Text Example

White with #BC6918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6918; }

 p { color: rgb(188,105,24); }

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

background-color css

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

 a { background-color: rgb(188,105,24); }

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

border-color css

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

 span { border-color: rgb(188,105,24); }

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