Html Css Color HEX #B49C40 Roti

📋 copy color: '#B49C40'

red 180 ◦ green 156 ◦ blue 64

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

Shades of Roti #B49C40

Tints of Roti #B49C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16%

R = 45%
G = 39%
B = 16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B49C40 (or 0xB49C40) is known color: Roti. HEX triplet: B4, 9C and 40. RGB value is (180,156,64). Sum of RGB (Red+Green+Blue) = 180+156+64=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C40 is #4B63BF. Grayscale: #999999. Windows color (decimal): -4940736 or 4234420. OLE color: 4234420.

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

Color convert

RGB 180 156 64 -
CMYK 0 0.13 0.64 0.29
HSL 47.59º 0.48% 0.48% -
HSV(B) 47.59º 0.64% 0.71% -
XYZ 31.64 33.85 9.72 -
YUV 152.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 180 156 64 0 0.13 0.64 0.29 47.59 0.48 0.48
Hex B4 9C 40 0 D 40 1D 30 30 30
Octal 264 234 100 0 15 100 35 60 60 60
Binary 10110100 10011100 1000000 0 1101 1000000 11101 110000 110000 110000

Color Harmonies of #B49C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C40

Black with #B49C40

Text Example


Text Example

White with #B49C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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