Html Css Color HEX #BA9548 Roti

📋 copy color: '#BA9548'

red 186 ◦ green 149 ◦ blue 72

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

Shades of Roti #BA9548

Tints of Roti #BA9548

RGB

 RED value IS 186 (73.05% from 255) = 45.7%

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 45.7%
G = 36.61%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9548 (or 0xBA9548) is known color: Roti. HEX triplet: BA, 95 and 48. RGB value is (186,149,72). Sum of RGB (Red+Green+Blue) = 186+149+72=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9548 is #456AB7. Grayscale: #979797. Windows color (decimal): -4549304 or 4756922. OLE color: 4756922.

HSL color Cylindrical-coordinate representation of color #BA9548: hue angle of 40.53º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA9548 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 72 -
CMYK 0 0.20 0.61 0.27
HSL 40.53º 0.45% 0.51% -
HSV(B) 40.53º 0.61% 0.73% -
XYZ 32.17 32.4 10.69 -
YUV 151.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 186 149 72 0 0.20 0.61 0.27 40.53 0.45 0.51
Hex BA 95 48 0 14 3D 1B 29 2D 33
Octal 272 225 110 0 24 75 33 51 55 63
Binary 10111010 10010101 1001000 0 10100 111101 11011 101001 101101 110011

Color Harmonies of #BA9548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9548

Black with #BA9548

Text Example


Text Example

White with #BA9548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9548; }

 p { color: rgb(186,149,72); }

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

background-color css

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

 a { background-color: rgb(186,149,72); }

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

border-color css

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

 span { border-color: rgb(186,149,72); }

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