Html Css Color HEX #BC953C Roti

📋 copy color: '#BC953C'

red 188 ◦ green 149 ◦ blue 60

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

Shades of Roti #BC953C

Tints of Roti #BC953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 47.36%
G = 37.53%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC953C (or 0xBC953C) is known color: Roti. HEX triplet: BC, 95 and 3C. RGB value is (188,149,60). Sum of RGB (Red+Green+Blue) = 188+149+60=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC953C is #436AC3. Grayscale: #969696. Windows color (decimal): -4418244 or 3970492. OLE color: 3970492.

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

Color convert

RGB 188 149 60 -
CMYK 0 0.21 0.68 0.26
HSL 41.72º 0.52% 0.49% -
HSV(B) 41.72º 0.68% 0.74% -
XYZ 32.3 32.51 8.85 -
YUV 150.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 188 149 60 0 0.21 0.68 0.26 41.72 0.52 0.49
Hex BC 95 3C 0 15 44 1A 2A 34 31
Octal 274 225 74 0 25 104 32 52 64 61
Binary 10111100 10010101 111100 0 10101 1000100 11010 101010 110100 110001

Color Harmonies of #BC953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC953C

Black with #BC953C

Text Example


Text Example

White with #BC953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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