Html Css Color HEX #BC9646 Roti

📋 copy color: '#BC9646'

red 188 ◦ green 150 ◦ blue 70

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

Shades of Roti #BC9646

Tints of Roti #BC9646

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 46.08%
G = 36.76%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC9646 (or 0xBC9646) is known color: Roti. HEX triplet: BC, 96 and 46. RGB value is (188,150,70). Sum of RGB (Red+Green+Blue) = 188+150+70=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9646 is #4369B9. Grayscale: #989898. Windows color (decimal): -4417978 or 4626108. OLE color: 4626108.

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

Color convert

RGB 188 150 70 -
CMYK 0 0.20 0.63 0.26
HSL 40.68º 0.47% 0.51% -
HSV(B) 40.68º 0.63% 0.74% -
XYZ 32.75 32.95 10.43 -
YUV 152.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 188 150 70 0 0.20 0.63 0.26 40.68 0.47 0.51
Hex BC 96 46 0 14 3F 1A 29 2F 33
Octal 274 226 106 0 24 77 32 51 57 63
Binary 10111100 10010110 1000110 0 10100 111111 11010 101001 101111 110011

Color Harmonies of #BC9646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9646

Black with #BC9646

Text Example


Text Example

White with #BC9646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9646; }

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

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

background-color css

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

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

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

border-color css

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

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

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