Html Css Color HEX #B1983B Roti

📋 copy color: '#B1983B'

red 177 ◦ green 152 ◦ blue 59

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

Shades of Roti #B1983B

Tints of Roti #B1983B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.18%

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

R = 45.62%
G = 39.18%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1983B (or 0xB1983B) is known color: Roti. HEX triplet: B1, 98 and 3B. RGB value is (177,152,59). Sum of RGB (Red+Green+Blue) = 177+152+59=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1983B is #4E67C4. Grayscale: #959595. Windows color (decimal): -5138373 or 3905713. OLE color: 3905713.

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

Color convert

RGB 177 152 59 -
CMYK 0 0.14 0.67 0.31
HSL 47.29º 0.5% 0.46% -
HSV(B) 47.29º 0.67% 0.69% -
XYZ 30.15 32.12 8.75 -
YUV 148.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 177 152 59 0 0.14 0.67 0.31 47.29 0.5 0.46
Hex B1 98 3B 0 E 43 1F 2F 32 2E
Octal 261 230 73 0 16 103 37 57 62 56
Binary 10110001 10011000 111011 0 1110 1000011 11111 101111 110010 101110

Color Harmonies of #B1983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1983B

Black with #B1983B

Text Example


Text Example

White with #B1983B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1983B; }

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

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

background-color css

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

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

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

border-color css

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

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

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