Html Css Color HEX #BC9647 Roti

📋 copy color: '#BC9647'

red 188 ◦ green 150 ◦ blue 71

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

Shades of Roti #BC9647

Tints of Roti #BC9647

RGB

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

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

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

R = 45.97%
G = 36.67%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9647 (or 0xBC9647) is known color: Roti. HEX triplet: BC, 96 and 47. RGB value is (188,150,71). Sum of RGB (Red+Green+Blue) = 188+150+71=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9647 is #4369B8. Grayscale: #989898. Windows color (decimal): -4417977 or 4691644. OLE color: 4691644.

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

Color convert

RGB 188 150 71 -
CMYK 0 0.20 0.62 0.26
HSL 40.51º 0.47% 0.51% -
HSV(B) 40.51º 0.62% 0.74% -
XYZ 32.78 32.96 10.6 -
YUV 152.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 188 150 71 0 0.20 0.62 0.26 40.51 0.47 0.51
Hex BC 96 47 0 14 3E 1A 29 2F 33
Octal 274 226 107 0 24 76 32 51 57 63
Binary 10111100 10010110 1000111 0 10100 111110 11010 101001 101111 110011

Color Harmonies of #BC9647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9647

Black with #BC9647

Text Example


Text Example

White with #BC9647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9647; }

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

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

background-color css

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

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

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

border-color css

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

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

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