Html Css Color HEX #B49348 Roti

📋 copy color: '#B49348'

red 180 ◦ green 147 ◦ blue 72

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

Shades of Roti #B49348

Tints of Roti #B49348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 45.11%
G = 36.84%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B49348 (or 0xB49348) is known color: Roti. HEX triplet: B4, 93 and 48. RGB value is (180,147,72). Sum of RGB (Red+Green+Blue) = 180+147+72=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49348 is #4B6CB7. Grayscale: #949494. Windows color (decimal): -4943032 or 4756404. OLE color: 4756404.

HSL color Cylindrical-coordinate representation of color #B49348: hue angle of 41.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B49348 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 72 -
CMYK 0 0.18 0.60 0.29
HSL 41.67º 0.43% 0.49% -
HSV(B) 41.67º 0.6% 0.71% -
XYZ 30.43 31.04 10.52 -
YUV 148.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 180 147 72 0 0.18 0.60 0.29 41.67 0.43 0.49
Hex B4 93 48 0 12 3C 1D 2A 2B 31
Octal 264 223 110 0 22 74 35 52 53 61
Binary 10110100 10010011 1001000 0 10010 111100 11101 101010 101011 110001

Color Harmonies of #B49348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49348

Black with #B49348

Text Example


Text Example

White with #B49348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49348; }

 p { color: rgb(180,147,72); }

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

background-color css

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

 a { background-color: rgb(180,147,72); }

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

border-color css

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

 span { border-color: rgb(180,147,72); }

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