Html Css Color HEX #B49A41 Roti

📋 copy color: '#B49A41'

red 180 ◦ green 154 ◦ blue 65

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

Shades of Roti #B49A41

Tints of Roti #B49A41

RGB

 RED value IS 180 (70.7% from 255) = 45.11%

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

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

R = 45.11%
G = 38.6%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B49A41 (or 0xB49A41) is known color: Roti. HEX triplet: B4, 9A and 41. RGB value is (180,154,65). Sum of RGB (Red+Green+Blue) = 180+154+65=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A41 is #4B65BE. Grayscale: #989898. Windows color (decimal): -4941247 or 4299444. OLE color: 4299444.

HSL color Cylindrical-coordinate representation of color #B49A41: hue angle of 46.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B49A41 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 65 -
CMYK 0 0.14 0.64 0.29
HSL 46.43º 0.47% 0.48% -
HSV(B) 46.43º 0.64% 0.71% -
XYZ 31.33 33.2 9.76 -
YUV 151.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 180 154 65 0 0.14 0.64 0.29 46.43 0.47 0.48
Hex B4 9A 41 0 E 40 1D 2E 2F 30
Octal 264 232 101 0 16 100 35 56 57 60
Binary 10110100 10011010 1000001 0 1110 1000000 11101 101110 101111 110000

Color Harmonies of #B49A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A41

Black with #B49A41

Text Example


Text Example

White with #B49A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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