Html Css Color HEX #BC9540 Roti

📋 copy color: '#BC9540'

red 188 ◦ green 149 ◦ blue 64

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

Shades of Roti #BC9540

Tints of Roti #BC9540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

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

R = 46.88%
G = 37.16%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9540 (or 0xBC9540) is known color: Roti. HEX triplet: BC, 95 and 40. RGB value is (188,149,64). Sum of RGB (Red+Green+Blue) = 188+149+64=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9540 is #436ABF. Grayscale: #979797. Windows color (decimal): -4418240 or 4232636. OLE color: 4232636.

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

Color convert

RGB 188 149 64 -
CMYK 0 0.21 0.66 0.26
HSL 41.13º 0.49% 0.49% -
HSV(B) 41.13º 0.66% 0.74% -
XYZ 32.41 32.56 9.43 -
YUV 150.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 188 149 64 0 0.21 0.66 0.26 41.13 0.49 0.49
Hex BC 95 40 0 15 42 1A 29 31 31
Octal 274 225 100 0 25 102 32 51 61 61
Binary 10111100 10010101 1000000 0 10101 1000010 11010 101001 110001 110001

Color Harmonies of #BC9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9540

Black with #BC9540

Text Example


Text Example

White with #BC9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9540; }

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

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

background-color css

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

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

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

border-color css

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

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

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