Html Css Color HEX #B49B40 Roti

📋 copy color: '#B49B40'

red 180 ◦ green 155 ◦ blue 64

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

Shades of Roti #B49B40

Tints of Roti #B49B40

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

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

R = 45.11%
G = 38.85%
B = 16.04%

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

#B49B40 (or 0xB49B40) is known color: Roti. HEX triplet: B4, 9B and 40. RGB value is (180,155,64). Sum of RGB (Red+Green+Blue) = 180+155+64=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B40 is #4B64BF. Grayscale: #989898. Windows color (decimal): -4940992 or 4234164. OLE color: 4234164.

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

Color convert

RGB 180 155 64 -
CMYK 0 0.14 0.64 0.29
HSL 47.07º 0.48% 0.48% -
HSV(B) 47.07º 0.64% 0.71% -
XYZ 31.47 33.52 9.66 -
YUV 152.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 180 155 64 0 0.14 0.64 0.29 47.07 0.48 0.48
Hex B4 9B 40 0 E 40 1D 2F 30 30
Octal 264 233 100 0 16 100 35 57 60 60
Binary 10110100 10011011 1000000 0 1110 1000000 11101 101111 110000 110000

Color Harmonies of #B49B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B40

Black with #B49B40

Text Example


Text Example

White with #B49B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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