Html Css Color HEX #B49A37 Roti

📋 copy color: '#B49A37'

red 180 ◦ green 154 ◦ blue 55

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

Shades of Roti #B49A37

Tints of Roti #B49A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.14%

R = 46.27%
G = 39.59%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B49A37 (or 0xB49A37) is known color: Roti. HEX triplet: B4, 9A and 37. RGB value is (180,154,55). Sum of RGB (Red+Green+Blue) = 180+154+55=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A37 is #4B65C8. Grayscale: #969696. Windows color (decimal): -4941257 or 3644084. OLE color: 3644084.

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

Color convert

RGB 180 154 55 -
CMYK 0 0.14 0.69 0.29
HSL 47.52º 0.53% 0.46% -
HSV(B) 47.52º 0.69% 0.71% -
XYZ 31.07 33.09 8.36 -
YUV 150.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 180 154 55 0 0.14 0.69 0.29 47.52 0.53 0.46
Hex B4 9A 37 0 E 45 1D 30 35 2E
Octal 264 232 67 0 16 105 35 60 65 56
Binary 10110100 10011010 110111 0 1110 1000101 11101 110000 110101 101110

Color Harmonies of #B49A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A37

Black with #B49A37

Text Example


Text Example

White with #B49A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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