Html Css Color HEX #BC9545 Roti

📋 copy color: '#BC9545'

red 188 ◦ green 149 ◦ blue 69

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

Shades of Roti #BC9545

Tints of Roti #BC9545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17%

R = 46.31%
G = 36.7%
B = 17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC9545 (or 0xBC9545) is known color: Roti. HEX triplet: BC, 95 and 45. RGB value is (188,149,69). Sum of RGB (Red+Green+Blue) = 188+149+69=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9545 is #436ABA. Grayscale: #979797. Windows color (decimal): -4418235 or 4560316. OLE color: 4560316.

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

Color convert

RGB 188 149 69 -
CMYK 0 0.21 0.63 0.26
HSL 40.34º 0.47% 0.5% -
HSV(B) 40.34º 0.63% 0.74% -
XYZ 32.56 32.62 10.21 -
YUV 151.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 188 149 69 0 0.21 0.63 0.26 40.34 0.47 0.5
Hex BC 95 45 0 15 3F 1A 28 2F 32
Octal 274 225 105 0 25 77 32 50 57 62
Binary 10111100 10010101 1000101 0 10101 111111 11010 101000 101111 110010

Color Harmonies of #BC9545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9545

Black with #BC9545

Text Example


Text Example

White with #BC9545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9545; }

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

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

background-color css

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

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

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

border-color css

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

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

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