Html Css Color HEX #B1983F Roti

📋 copy color: '#B1983F'

red 177 ◦ green 152 ◦ blue 63

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

Shades of Roti #B1983F

Tints of Roti #B1983F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.07%

R = 45.15%
G = 38.78%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1983F (or 0xB1983F) is known color: Roti. HEX triplet: B1, 98 and 3F. RGB value is (177,152,63). Sum of RGB (Red+Green+Blue) = 177+152+63=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1983F is #4E67C0. Grayscale: #959595. Windows color (decimal): -5138369 or 4167857. OLE color: 4167857.

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

Color convert

RGB 177 152 63 -
CMYK 0 0.14 0.64 0.31
HSL 46.84º 0.48% 0.47% -
HSV(B) 46.84º 0.64% 0.69% -
XYZ 30.26 32.16 9.32 -
YUV 149.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 177 152 63 0 0.14 0.64 0.31 46.84 0.48 0.47
Hex B1 98 3F 0 E 40 1F 2F 30 2F
Octal 261 230 77 0 16 100 37 57 60 57
Binary 10110001 10011000 111111 0 1110 1000000 11111 101111 110000 101111

Color Harmonies of #B1983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1983F

Black with #B1983F

Text Example


Text Example

White with #B1983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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