Html Css Color HEX #B19446 Roti

📋 copy color: '#B19446'

red 177 ◦ green 148 ◦ blue 70

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

Shades of Roti #B19446

Tints of Roti #B19446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 44.81%
G = 37.47%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B19446 (or 0xB19446) is known color: Roti. HEX triplet: B1, 94 and 46. RGB value is (177,148,70). Sum of RGB (Red+Green+Blue) = 177+148+70=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19446 is #4E6BB9. Grayscale: #949494. Windows color (decimal): -5139386 or 4625585. OLE color: 4625585.

HSL color Cylindrical-coordinate representation of color #B19446: hue angle of 43.74º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B19446 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 70 -
CMYK 0 0.16 0.60 0.31
HSL 43.74º 0.43% 0.48% -
HSV(B) 43.74º 0.6% 0.69% -
XYZ 29.83 30.97 10.2 -
YUV 147.78 84.11 148.84 -
System Red Green Blue C M Y K H S L
Decimal 177 148 70 0 0.16 0.60 0.31 43.74 0.43 0.48
Hex B1 94 46 0 10 3C 1F 2C 2B 30
Octal 261 224 106 0 20 74 37 54 53 60
Binary 10110001 10010100 1000110 0 10000 111100 11111 101100 101011 110000

Color Harmonies of #B19446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19446

Black with #B19446

Text Example


Text Example

White with #B19446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19446; }

 p { color: rgb(177,148,70); }

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

background-color css

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

 a { background-color: rgb(177,148,70); }

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

border-color css

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

 span { border-color: rgb(177,148,70); }

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