Html Css Color HEX #B19540 Roti

📋 copy color: '#B19540'

red 177 ◦ green 149 ◦ blue 64

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

Shades of Roti #B19540

Tints of Roti #B19540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 45.38%
G = 38.21%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B19540 (or 0xB19540) is known color: Roti. HEX triplet: B1, 95 and 40. RGB value is (177,149,64). Sum of RGB (Red+Green+Blue) = 177+149+64=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B19540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19540 is #4E6ABF. Grayscale: #949494. Windows color (decimal): -5139136 or 4232625. OLE color: 4232625.

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

Color convert

RGB 177 149 64 -
CMYK 0 0.16 0.64 0.31
HSL 45.13º 0.47% 0.47% -
HSV(B) 45.13º 0.64% 0.69% -
XYZ 29.8 31.21 9.3 -
YUV 147.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 177 149 64 0 0.16 0.64 0.31 45.13 0.47 0.47
Hex B1 95 40 0 10 40 1F 2D 2F 2F
Octal 261 225 100 0 20 100 37 55 57 57
Binary 10110001 10010101 1000000 0 10000 1000000 11111 101101 101111 101111

Color Harmonies of #B19540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19540

Black with #B19540

Text Example


Text Example

White with #B19540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19540; }

 p { color: rgb(177,149,64); }

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

background-color css

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

 a { background-color: rgb(177,149,64); }

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

border-color css

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

 span { border-color: rgb(177,149,64); }

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