Html Css Color HEX #BC9946 Roti

📋 copy color: '#BC9946'

red 188 ◦ green 153 ◦ blue 70

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

Shades of Roti #BC9946

Tints of Roti #BC9946

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 45.74%
G = 37.23%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC9946 (or 0xBC9946) is known color: Roti. HEX triplet: BC, 99 and 46. RGB value is (188,153,70). Sum of RGB (Red+Green+Blue) = 188+153+70=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9946 is #4366B9. Grayscale: #9A9A9A. Windows color (decimal): -4417210 or 4626876. OLE color: 4626876.

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

Color convert

RGB 188 153 70 -
CMYK 0 0.19 0.63 0.26
HSL 42.2º 0.47% 0.51% -
HSV(B) 42.2º 0.63% 0.74% -
XYZ 33.24 33.92 10.59 -
YUV 154 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 188 153 70 0 0.19 0.63 0.26 42.2 0.47 0.51
Hex BC 99 46 0 13 3F 1A 2A 2F 33
Octal 274 231 106 0 23 77 32 52 57 63
Binary 10111100 10011001 1000110 0 10011 111111 11010 101010 101111 110011

Color Harmonies of #BC9946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9946

Black with #BC9946

Text Example


Text Example

White with #BC9946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9946; }

 p { color: rgb(188,153,70); }

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

background-color css

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

 a { background-color: rgb(188,153,70); }

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

border-color css

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

 span { border-color: rgb(188,153,70); }

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