Html Css Color HEX #B49C3A Roti

📋 copy color: '#B49C3A'

red 180 ◦ green 156 ◦ blue 58

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

Shades of Roti #B49C3A

Tints of Roti #B49C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 45.69%
G = 39.59%
B = 14.72%

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

#B49C3A (or 0xB49C3A) is known color: Roti. HEX triplet: B4, 9C and 3A. RGB value is (180,156,58). Sum of RGB (Red+Green+Blue) = 180+156+58=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C3A is #4B63C5. Grayscale: #989898. Windows color (decimal): -4940742 or 3841204. OLE color: 3841204.

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

Color convert

RGB 180 156 58 -
CMYK 0 0.13 0.68 0.29
HSL 48.2º 0.51% 0.47% -
HSV(B) 48.2º 0.68% 0.71% -
XYZ 31.47 33.79 8.87 -
YUV 152 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 180 156 58 0 0.13 0.68 0.29 48.2 0.51 0.47
Hex B4 9C 3A 0 D 44 1D 30 33 2F
Octal 264 234 72 0 15 104 35 60 63 57
Binary 10110100 10011100 111010 0 1101 1000100 11101 110000 110011 101111

Color Harmonies of #B49C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C3A

Black with #B49C3A

Text Example


Text Example

White with #B49C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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