Html Css Color HEX #BC9847 Roti

📋 copy color: '#BC9847'

red 188 ◦ green 152 ◦ blue 71

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

Shades of Roti #BC9847

Tints of Roti #BC9847

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

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

R = 45.74%
G = 36.98%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9847 (or 0xBC9847) is known color: Roti. HEX triplet: BC, 98 and 47. RGB value is (188,152,71). Sum of RGB (Red+Green+Blue) = 188+152+71=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9847 is #4367B8. Grayscale: #999999. Windows color (decimal): -4417465 or 4692156. OLE color: 4692156.

HSL color Cylindrical-coordinate representation of color #BC9847: hue angle of 41.54º 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 #BC9847 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 71 -
CMYK 0 0.19 0.62 0.26
HSL 41.54º 0.47% 0.51% -
HSV(B) 41.54º 0.62% 0.74% -
XYZ 33.1 33.6 10.7 -
YUV 153.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 188 152 71 0 0.19 0.62 0.26 41.54 0.47 0.51
Hex BC 98 47 0 13 3E 1A 2A 2F 33
Octal 274 230 107 0 23 76 32 52 57 63
Binary 10111100 10011000 1000111 0 10011 111110 11010 101010 101111 110011

Color Harmonies of #BC9847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9847

Black with #BC9847

Text Example


Text Example

White with #BC9847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9847; }

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

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

background-color css

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

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

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

border-color css

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

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

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