#BC9C35

Color #BC9C35 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #BC9C35

Tints of Roti #BC9C35

Color information

#BC9C35 (or 0xBC9C35) is unknown color: approx Roti. HEX triplet: BC, 9C and 35. RGB value is (188,156,53). Sum of RGB (Red+Green+Blue) = 188+156+53=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C35 is #4363CA. Grayscale: #9A9A9A. Windows color (decimal): -4416459 or 3513532. OLE color: 3513532.

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

Color convert

RGB18815653-
CMYK00.170.720.26
HSL45.78º56.02%47.25%-
HSV(B)45.78º71.81%73.73%-
XYZ33.2734.738.32-
YUV153.8371.1152.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=47.36%
G=39.29%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881565300.170.720.2645.7856.0247.25
HexBC9C35011481A2e382f
Octal2742346502111032567057
Binary1011110010011100110101010001100100011010101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C35; }

 p { color: rgb(188,156,53); }

 H1.HeaderClassName
 {
   color: #BC9C35;
 }
 .AnyTagClassName
 {
   color: #BC9C35;
 }
</style>
background-color css

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

 a { background-color: rgb(188,156,53); }

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

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

 span { border-color: rgb(188,156,53); }

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