Html Css Color HEX #B49440 Roti

📋 copy color: '#B49440'

red 180 ◦ green 148 ◦ blue 64

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

Shades of Roti #B49440

Tints of Roti #B49440

RGB

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

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

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

R = 45.92%
G = 37.76%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B49440 (or 0xB49440) is known color: Roti. HEX triplet: B4, 94 and 40. RGB value is (180,148,64). Sum of RGB (Red+Green+Blue) = 180+148+64=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B49440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49440 is #4B6BBF. Grayscale: #949494. Windows color (decimal): -4942784 or 4232372. OLE color: 4232372.

HSL color Cylindrical-coordinate representation of color #B49440: hue angle of 43.45º degrees, saturation: 0.48, 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 #B49440 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 148 64 -
CMYK 0 0.18 0.64 0.29
HSL 43.45º 0.48% 0.48% -
HSV(B) 43.45º 0.64% 0.71% -
XYZ 30.34 31.25 9.28 -
YUV 147.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 180 148 64 0 0.18 0.64 0.29 43.45 0.48 0.48
Hex B4 94 40 0 12 40 1D 2B 30 30
Octal 264 224 100 0 22 100 35 53 60 60
Binary 10110100 10010100 1000000 0 10010 1000000 11101 101011 110000 110000

Color Harmonies of #B49440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49440

Black with #B49440

Text Example


Text Example

White with #B49440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49440; }

 p { color: rgb(180,148,64); }

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

background-color css

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

 a { background-color: rgb(180,148,64); }

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

border-color css

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

 span { border-color: rgb(180,148,64); }

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