Html Css Color HEX #B49C39 Roti

📋 copy color: '#B49C39'

red 180 ◦ green 156 ◦ blue 57

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

Shades of Roti #B49C39

Tints of Roti #B49C39

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

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

R = 45.8%
G = 39.69%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B49C39 (or 0xB49C39) is known color: Roti. HEX triplet: B4, 9C and 39. RGB value is (180,156,57). Sum of RGB (Red+Green+Blue) = 180+156+57=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C39 is #4B63C6. Grayscale: #989898. Windows color (decimal): -4940743 or 3775668. OLE color: 3775668.

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

Color convert

RGB 180 156 57 -
CMYK 0 0.13 0.68 0.29
HSL 48.29º 0.52% 0.46% -
HSV(B) 48.29º 0.68% 0.71% -
XYZ 31.45 33.78 8.73 -
YUV 151.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 180 156 57 0 0.13 0.68 0.29 48.29 0.52 0.46
Hex B4 9C 39 0 D 44 1D 30 34 2E
Octal 264 234 71 0 15 104 35 60 64 56
Binary 10110100 10011100 111001 0 1101 1000100 11101 110000 110100 101110

Color Harmonies of #B49C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C39

Black with #B49C39

Text Example


Text Example

White with #B49C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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