Html Css Color HEX #BC953E Roti

📋 copy color: '#BC953E'

red 188 ◦ green 149 ◦ blue 62

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

Shades of Roti #BC953E

Tints of Roti #BC953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 47.12%
G = 37.34%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC953E (or 0xBC953E) is known color: Roti. HEX triplet: BC, 95 and 3E. RGB value is (188,149,62). Sum of RGB (Red+Green+Blue) = 188+149+62=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC953E is #436AC1. Grayscale: #979797. Windows color (decimal): -4418242 or 4101564. OLE color: 4101564.

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

Color convert

RGB 188 149 62 -
CMYK 0 0.21 0.67 0.26
HSL 41.43º 0.5% 0.49% -
HSV(B) 41.43º 0.67% 0.74% -
XYZ 32.36 32.53 9.13 -
YUV 150.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 188 149 62 0 0.21 0.67 0.26 41.43 0.5 0.49
Hex BC 95 3E 0 15 43 1A 29 32 31
Octal 274 225 76 0 25 103 32 51 62 61
Binary 10111100 10010101 111110 0 10101 1000011 11010 101001 110010 110001

Color Harmonies of #BC953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC953E

Black with #BC953E

Text Example


Text Example

White with #BC953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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