Html Css Color HEX #BC9640 Roti

📋 copy color: '#BC9640'

red 188 ◦ green 150 ◦ blue 64

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

Shades of Roti #BC9640

Tints of Roti #BC9640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 46.77%
G = 37.31%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9640 (or 0xBC9640) is known color: Roti. HEX triplet: BC, 96 and 40. RGB value is (188,150,64). Sum of RGB (Red+Green+Blue) = 188+150+64=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9640 is #4369BF. Grayscale: #979797. Windows color (decimal): -4417984 or 4232892. OLE color: 4232892.

HSL color Cylindrical-coordinate representation of color #BC9640: hue angle of 41.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC9640 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 64 -
CMYK 0 0.20 0.66 0.26
HSL 41.61º 0.49% 0.49% -
HSV(B) 41.61º 0.66% 0.74% -
XYZ 32.57 32.87 9.48 -
YUV 151.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 188 150 64 0 0.20 0.66 0.26 41.61 0.49 0.49
Hex BC 96 40 0 14 42 1A 2A 31 31
Octal 274 226 100 0 24 102 32 52 61 61
Binary 10111100 10010110 1000000 0 10100 1000010 11010 101010 110001 110001

Color Harmonies of #BC9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9640

Black with #BC9640

Text Example


Text Example

White with #BC9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9640; }

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

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

background-color css

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

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

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

border-color css

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

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

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