Html Css Color HEX #B19A41 Roti

📋 copy color: '#B19A41'

red 177 ◦ green 154 ◦ blue 65

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

Shades of Roti #B19A41

Tints of Roti #B19A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 44.7%
G = 38.89%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B19A41 (or 0xB19A41) is known color: Roti. HEX triplet: B1, 9A and 41. RGB value is (177,154,65). Sum of RGB (Red+Green+Blue) = 177+154+65=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A41 is #4E65BE. Grayscale: #979797. Windows color (decimal): -5137855 or 4299441. OLE color: 4299441.

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

Color convert

RGB 177 154 65 -
CMYK 0 0.13 0.63 0.31
HSL 47.68º 0.46% 0.47% -
HSV(B) 47.68º 0.63% 0.69% -
XYZ 30.64 32.84 9.72 -
YUV 150.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 177 154 65 0 0.13 0.63 0.31 47.68 0.46 0.47
Hex B1 9A 41 0 D 3F 1F 30 2E 2F
Octal 261 232 101 0 15 77 37 60 56 57
Binary 10110001 10011010 1000001 0 1101 111111 11111 110000 101110 101111

Color Harmonies of #B19A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A41

Black with #B19A41

Text Example


Text Example

White with #B19A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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