Html Css Color HEX #B19445 Roti

📋 copy color: '#B19445'

red 177 ◦ green 148 ◦ blue 69

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

Shades of Roti #B19445

Tints of Roti #B19445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 44.92%
G = 37.56%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B19445 (or 0xB19445) is known color: Roti. HEX triplet: B1, 94 and 45. RGB value is (177,148,69). Sum of RGB (Red+Green+Blue) = 177+148+69=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B19445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19445 is #4E6BBA. Grayscale: #949494. Windows color (decimal): -5139387 or 4560049. OLE color: 4560049.

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

Color convert

RGB 177 148 69 -
CMYK 0 0.16 0.61 0.31
HSL 43.89º 0.44% 0.48% -
HSV(B) 43.89º 0.61% 0.69% -
XYZ 29.8 30.96 10.04 -
YUV 147.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 177 148 69 0 0.16 0.61 0.31 43.89 0.44 0.48
Hex B1 94 45 0 10 3D 1F 2C 2C 30
Octal 261 224 105 0 20 75 37 54 54 60
Binary 10110001 10010100 1000101 0 10000 111101 11111 101100 101100 110000

Color Harmonies of #B19445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19445

Black with #B19445

Text Example


Text Example

White with #B19445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19445; }

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

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

background-color css

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

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

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

border-color css

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

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

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