Html Css Color HEX #B19A36 Roti

📋 copy color: '#B19A36'

red 177 ◦ green 154 ◦ blue 54

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

Shades of Roti #B19A36

Tints of Roti #B19A36

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

 BLUE value IS 54 (21.48% from 255) = 14.03%

R = 45.97%
G = 40%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B19A36 (or 0xB19A36) is known color: Roti. HEX triplet: B1, 9A and 36. RGB value is (177,154,54). Sum of RGB (Red+Green+Blue) = 177+154+54=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A36 is #4E65C9. Grayscale: #959595. Windows color (decimal): -5137866 or 3578545. OLE color: 3578545.

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

Color convert

RGB 177 154 54 -
CMYK 0 0.13 0.69 0.31
HSL 48.78º 0.53% 0.45% -
HSV(B) 48.78º 0.69% 0.69% -
XYZ 30.35 32.72 8.21 -
YUV 149.48 74.12 147.63 -
System Red Green Blue C M Y K H S L
Decimal 177 154 54 0 0.13 0.69 0.31 48.78 0.53 0.45
Hex B1 9A 36 0 D 45 1F 31 35 2D
Octal 261 232 66 0 15 105 37 61 65 55
Binary 10110001 10011010 110110 0 1101 1000101 11111 110001 110101 101101

Color Harmonies of #B19A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A36

Black with #B19A36

Text Example


Text Example

White with #B19A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A36; }

 p { color: rgb(177,154,54); }

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

background-color css

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

 a { background-color: rgb(177,154,54); }

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

border-color css

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

 span { border-color: rgb(177,154,54); }

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