Html Css Color HEX #B1963E Roti

📋 copy color: '#B1963E'

red 177 ◦ green 150 ◦ blue 62

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

Shades of Roti #B1963E

Tints of Roti #B1963E

RGB

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

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

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

R = 45.5%
G = 38.56%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1963E (or 0xB1963E) is known color: Roti. HEX triplet: B1, 96 and 3E. RGB value is (177,150,62). Sum of RGB (Red+Green+Blue) = 177+150+62=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1963E is #4E69C1. Grayscale: #949494. Windows color (decimal): -5138882 or 4101809. OLE color: 4101809.

HSL color Cylindrical-coordinate representation of color #B1963E: hue angle of 45.91º 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 #B1963E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 62 -
CMYK 0 0.15 0.65 0.31
HSL 45.91º 0.48% 0.47% -
HSV(B) 45.91º 0.65% 0.69% -
XYZ 29.91 31.51 9.06 -
YUV 148.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 177 150 62 0 0.15 0.65 0.31 45.91 0.48 0.47
Hex B1 96 3E 0 F 41 1F 2E 30 2F
Octal 261 226 76 0 17 101 37 56 60 57
Binary 10110001 10010110 111110 0 1111 1000001 11111 101110 110000 101111

Color Harmonies of #B1963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1963E

Black with #B1963E

Text Example


Text Example

White with #B1963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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