Html Css Color HEX #B49437 Roti

📋 copy color: '#B49437'

red 180 ◦ green 148 ◦ blue 55

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

Shades of Roti #B49437

Tints of Roti #B49437

RGB

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

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

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

R = 47%
G = 38.64%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B49437 (or 0xB49437) is known color: Roti. HEX triplet: B4, 94 and 37. RGB value is (180,148,55). Sum of RGB (Red+Green+Blue) = 180+148+55=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B49437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49437 is #4B6BC8. Grayscale: #939393. Windows color (decimal): -4942793 or 3642548. OLE color: 3642548.

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

Color convert

RGB 180 148 55 -
CMYK 0 0.18 0.69 0.29
HSL 44.64º 0.53% 0.46% -
HSV(B) 44.64º 0.69% 0.71% -
XYZ 30.1 31.16 8.04 -
YUV 146.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 180 148 55 0 0.18 0.69 0.29 44.64 0.53 0.46
Hex B4 94 37 0 12 45 1D 2D 35 2E
Octal 264 224 67 0 22 105 35 55 65 56
Binary 10110100 10010100 110111 0 10010 1000101 11101 101101 110101 101110

Color Harmonies of #B49437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49437

Black with #B49437

Text Example


Text Example

White with #B49437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49437; }

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

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

background-color css

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

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

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

border-color css

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

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

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