Html Css Color HEX #BC9E47 Roti

📋 copy color: '#BC9E47'

red 188 ◦ green 158 ◦ blue 71

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

Shades of Roti #BC9E47

Tints of Roti #BC9E47

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.89%

 BLUE value IS 71 (28.13% from 255) = 17.03%

R = 45.08%
G = 37.89%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9E47 (or 0xBC9E47) is known color: Roti. HEX triplet: BC, 9E and 47. RGB value is (188,158,71). Sum of RGB (Red+Green+Blue) = 188+158+71=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E47 is #4361B8. Grayscale: #9D9D9D. Windows color (decimal): -4415929 or 4693692. OLE color: 4693692.

HSL color Cylindrical-coordinate representation of color #BC9E47: hue angle of 44.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC9E47 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 71 -
CMYK 0 0.16 0.62 0.26
HSL 44.62º 0.47% 0.51% -
HSV(B) 44.62º 0.62% 0.74% -
XYZ 34.1 35.6 11.04 -
YUV 157.05 79.44 150.07 -
System Red Green Blue C M Y K H S L
Decimal 188 158 71 0 0.16 0.62 0.26 44.62 0.47 0.51
Hex BC 9E 47 0 10 3E 1A 2D 2F 33
Octal 274 236 107 0 20 76 32 55 57 63
Binary 10111100 10011110 1000111 0 10000 111110 11010 101101 101111 110011

Color Harmonies of #BC9E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E47

Black with #BC9E47

Text Example


Text Example

White with #BC9E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E47; }

 p { color: rgb(188,158,71); }

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

background-color css

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

 a { background-color: rgb(188,158,71); }

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

border-color css

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

 span { border-color: rgb(188,158,71); }

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