Html Css Color HEX #BA9748 Roti

📋 copy color: '#BA9748'

red 186 ◦ green 151 ◦ blue 72

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

Shades of Roti #BA9748

Tints of Roti #BA9748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 45.48%
G = 36.92%
B = 17.6%

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

#BA9748 (or 0xBA9748) is known color: Roti. HEX triplet: BA, 97 and 48. RGB value is (186,151,72). Sum of RGB (Red+Green+Blue) = 186+151+72=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9748 is #4568B7. Grayscale: #989898. Windows color (decimal): -4548792 or 4757434. OLE color: 4757434.

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

Color convert

RGB 186 151 72 -
CMYK 0 0.19 0.61 0.27
HSL 41.58º 0.45% 0.51% -
HSV(B) 41.58º 0.61% 0.73% -
XYZ 32.49 33.04 10.8 -
YUV 152.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 186 151 72 0 0.19 0.61 0.27 41.58 0.45 0.51
Hex BA 97 48 0 13 3D 1B 2A 2D 33
Octal 272 227 110 0 23 75 33 52 55 63
Binary 10111010 10010111 1001000 0 10011 111101 11011 101010 101101 110011

Color Harmonies of #BA9748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9748

Black with #BA9748

Text Example


Text Example

White with #BA9748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9748; }

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

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

background-color css

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

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

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

border-color css

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

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

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