Html Css Color HEX #B1963B Roti

📋 copy color: '#B1963B'

red 177 ◦ green 150 ◦ blue 59

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

Shades of Roti #B1963B

Tints of Roti #B1963B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

 BLUE value IS 59 (23.44% from 255) = 15.28%

R = 45.85%
G = 38.86%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1963B (or 0xB1963B) is known color: Roti. HEX triplet: B1, 96 and 3B. RGB value is (177,150,59). Sum of RGB (Red+Green+Blue) = 177+150+59=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1963B is #4E69C4. Grayscale: #949494. Windows color (decimal): -5138885 or 3905201. OLE color: 3905201.

HSL color Cylindrical-coordinate representation of color #B1963B: hue angle of 46.27º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1963B is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 59 -
CMYK 0 0.15 0.67 0.31
HSL 46.27º 0.5% 0.46% -
HSV(B) 46.27º 0.67% 0.69% -
XYZ 29.83 31.48 8.64 -
YUV 147.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 177 150 59 0 0.15 0.67 0.31 46.27 0.5 0.46
Hex B1 96 3B 0 F 43 1F 2E 32 2E
Octal 261 226 73 0 17 103 37 56 62 56
Binary 10110001 10010110 111011 0 1111 1000011 11111 101110 110010 101110

Color Harmonies of #B1963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1963B

Black with #B1963B

Text Example


Text Example

White with #B1963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1963B; }

 p { color: rgb(177,150,59); }

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

background-color css

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

 a { background-color: rgb(177,150,59); }

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

border-color css

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

 span { border-color: rgb(177,150,59); }

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