Html Css Color HEX #B49541 Roti

📋 copy color: '#B49541'

red 180 ◦ green 149 ◦ blue 65

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

Shades of Roti #B49541

Tints of Roti #B49541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

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

R = 45.69%
G = 37.82%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B49541 (or 0xB49541) is known color: Roti. HEX triplet: B4, 95 and 41. RGB value is (180,149,65). Sum of RGB (Red+Green+Blue) = 180+149+65=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B49541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49541 is #4B6ABE. Grayscale: #959595. Windows color (decimal): -4942527 or 4298164. OLE color: 4298164.

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

Color convert

RGB 180 149 65 -
CMYK 0 0.17 0.64 0.29
HSL 43.83º 0.47% 0.48% -
HSV(B) 43.83º 0.64% 0.71% -
XYZ 30.52 31.58 9.49 -
YUV 148.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 180 149 65 0 0.17 0.64 0.29 43.83 0.47 0.48
Hex B4 95 41 0 11 40 1D 2C 2F 30
Octal 264 225 101 0 21 100 35 54 57 60
Binary 10110100 10010101 1000001 0 10001 1000000 11101 101100 101111 110000

Color Harmonies of #B49541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49541

Black with #B49541

Text Example


Text Example

White with #B49541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49541; }

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

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

background-color css

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

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

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

border-color css

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

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

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