Html Css Color HEX #B49C3C Roti

📋 copy color: '#B49C3C'

red 180 ◦ green 156 ◦ blue 60

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

Shades of Roti #B49C3C

Tints of Roti #B49C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.15%

R = 45.45%
G = 39.39%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B49C3C (or 0xB49C3C) is known color: Roti. HEX triplet: B4, 9C and 3C. RGB value is (180,156,60). Sum of RGB (Red+Green+Blue) = 180+156+60=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C3C is #4B63C3. Grayscale: #989898. Windows color (decimal): -4940740 or 3972276. OLE color: 3972276.

HSL color Cylindrical-coordinate representation of color #B49C3C: hue angle of 48º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B49C3C is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 156 60 -
CMYK 0 0.13 0.67 0.29
HSL 48º 0.5% 0.47% -
HSV(B) 48º 0.67% 0.71% -
XYZ 31.53 33.81 9.14 -
YUV 152.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 180 156 60 0 0.13 0.67 0.29 48 0.5 0.47
Hex B4 9C 3C 0 D 43 1D 30 32 2F
Octal 264 234 74 0 15 103 35 60 62 57
Binary 10110100 10011100 111100 0 1101 1000011 11101 110000 110010 101111

Color Harmonies of #B49C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C3C

Black with #B49C3C

Text Example


Text Example

White with #B49C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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