Html Css Color HEX #BA9648 Roti

📋 copy color: '#BA9648'

red 186 ◦ green 150 ◦ blue 72

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

Shades of Roti #BA9648

Tints of Roti #BA9648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 45.59%
G = 36.76%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9648 (or 0xBA9648) is known color: Roti. HEX triplet: BA, 96 and 48. RGB value is (186,150,72). Sum of RGB (Red+Green+Blue) = 186+150+72=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9648 is #4569B7. Grayscale: #989898. Windows color (decimal): -4549048 or 4757178. OLE color: 4757178.

HSL color Cylindrical-coordinate representation of color #BA9648: hue angle of 41.05º 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 #BA9648 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 72 -
CMYK 0 0.19 0.61 0.27
HSL 41.05º 0.45% 0.51% -
HSV(B) 41.05º 0.61% 0.73% -
XYZ 32.33 32.72 10.74 -
YUV 151.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 186 150 72 0 0.19 0.61 0.27 41.05 0.45 0.51
Hex BA 96 48 0 13 3D 1B 29 2D 33
Octal 272 226 110 0 23 75 33 51 55 63
Binary 10111010 10010110 1001000 0 10011 111101 11011 101001 101101 110011

Color Harmonies of #BA9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9648

Black with #BA9648

Text Example


Text Example

White with #BA9648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9648; }

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

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

background-color css

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

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

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

border-color css

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

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

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