Html Css Color HEX #B49739 Roti

📋 copy color: '#B49739'

red 180 ◦ green 151 ◦ blue 57

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

Shades of Roti #B49739

Tints of Roti #B49739

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

 BLUE value IS 57 (22.66% from 255) = 14.69%

R = 46.39%
G = 38.92%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B49739 (or 0xB49739) is known color: Roti. HEX triplet: B4, 97 and 39. RGB value is (180,151,57). Sum of RGB (Red+Green+Blue) = 180+151+57=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B49739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49739 is #4B68C6. Grayscale: #959595. Windows color (decimal): -4942023 or 3774388. OLE color: 3774388.

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

Color convert

RGB 180 151 57 -
CMYK 0 0.16 0.68 0.29
HSL 45.85º 0.52% 0.46% -
HSV(B) 45.85º 0.68% 0.71% -
XYZ 30.63 32.13 8.46 -
YUV 148.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 180 151 57 0 0.16 0.68 0.29 45.85 0.52 0.46
Hex B4 97 39 0 10 44 1D 2E 34 2E
Octal 264 227 71 0 20 104 35 56 64 56
Binary 10110100 10010111 111001 0 10000 1000100 11101 101110 110100 101110

Color Harmonies of #B49739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49739

Black with #B49739

Text Example


Text Example

White with #B49739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49739; }

 p { color: rgb(180,151,57); }

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

background-color css

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

 a { background-color: rgb(180,151,57); }

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

border-color css

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

 span { border-color: rgb(180,151,57); }

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