Html Css Color HEX #B1953E Roti

📋 copy color: '#B1953E'

red 177 ◦ green 149 ◦ blue 62

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

Shades of Roti #B1953E

Tints of Roti #B1953E

RGB

 RED value IS 177 (69.53% from 255) = 45.62%

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

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

R = 45.62%
G = 38.4%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1953E (or 0xB1953E) is known color: Roti. HEX triplet: B1, 95 and 3E. RGB value is (177,149,62). Sum of RGB (Red+Green+Blue) = 177+149+62=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1953E is #4E6AC1. Grayscale: #939393. Windows color (decimal): -5139138 or 4101553. OLE color: 4101553.

HSL color Cylindrical-coordinate representation of color #B1953E: hue angle of 45.39º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1953E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 62 -
CMYK 0 0.16 0.65 0.31
HSL 45.39º 0.48% 0.47% -
HSV(B) 45.39º 0.65% 0.69% -
XYZ 29.75 31.19 9.01 -
YUV 147.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 177 149 62 0 0.16 0.65 0.31 45.39 0.48 0.47
Hex B1 95 3E 0 10 41 1F 2D 30 2F
Octal 261 225 76 0 20 101 37 55 60 57
Binary 10110001 10010101 111110 0 10000 1000001 11111 101101 110000 101111

Color Harmonies of #B1953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1953E

Black with #B1953E

Text Example


Text Example

White with #B1953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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