Html Css Color HEX #B5953C Roti

📋 copy color: '#B5953C'

red 181 ◦ green 149 ◦ blue 60

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

Shades of Roti #B5953C

Tints of Roti #B5953C

RGB

 RED value IS 181 (71.09% from 255) = 46.41%

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

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

R = 46.41%
G = 38.21%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5953C (or 0xB5953C) is known color: Roti. HEX triplet: B5, 95 and 3C. RGB value is (181,149,60). Sum of RGB (Red+Green+Blue) = 181+149+60=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5953C is #4A6AC3. Grayscale: #949494. Windows color (decimal): -4876996 or 3970485. OLE color: 3970485.

HSL color Cylindrical-coordinate representation of color #B5953C: hue angle of 44.13º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5953C is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 60 -
CMYK 0 0.18 0.67 0.29
HSL 44.13º 0.5% 0.47% -
HSV(B) 44.13º 0.67% 0.71% -
XYZ 30.62 31.64 8.77 -
YUV 148.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 181 149 60 0 0.18 0.67 0.29 44.13 0.5 0.47
Hex B5 95 3C 0 12 43 1D 2C 32 2F
Octal 265 225 74 0 22 103 35 54 62 57
Binary 10110101 10010101 111100 0 10010 1000011 11101 101100 110010 101111

Color Harmonies of #B5953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5953C

Black with #B5953C

Text Example


Text Example

White with #B5953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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