Html Css Color HEX #B1993E Roti

📋 copy color: '#B1993E'

red 177 ◦ green 153 ◦ blue 62

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

Shades of Roti #B1993E

Tints of Roti #B1993E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 45.15%
G = 39.03%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1993E (or 0xB1993E) is known color: Roti. HEX triplet: B1, 99 and 3E. RGB value is (177,153,62). Sum of RGB (Red+Green+Blue) = 177+153+62=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1993E is #4E66C1. Grayscale: #969696. Windows color (decimal): -5138114 or 4102577. OLE color: 4102577.

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

Color convert

RGB 177 153 62 -
CMYK 0 0.14 0.65 0.31
HSL 47.48º 0.48% 0.47% -
HSV(B) 47.48º 0.65% 0.69% -
XYZ 30.39 32.48 9.22 -
YUV 149.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 177 153 62 0 0.14 0.65 0.31 47.48 0.48 0.47
Hex B1 99 3E 0 E 41 1F 2F 30 2F
Octal 261 231 76 0 16 101 37 57 60 57
Binary 10110001 10011001 111110 0 1110 1000001 11111 101111 110000 101111

Color Harmonies of #B1993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1993E

Black with #B1993E

Text Example


Text Example

White with #B1993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1993E; }

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

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

background-color css

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

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

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

border-color css

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

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

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