Html Css Color HEX #BA9948 Roti

📋 copy color: '#BA9948'

red 186 ◦ green 153 ◦ blue 72

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

Shades of Roti #BA9948

Tints of Roti #BA9948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 45.26%
G = 37.23%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9948 (or 0xBA9948) is known color: Roti. HEX triplet: BA, 99 and 48. RGB value is (186,153,72). Sum of RGB (Red+Green+Blue) = 186+153+72=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9948 is #4566B7. Grayscale: #999999. Windows color (decimal): -4548280 or 4757946. OLE color: 4757946.

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

Color convert

RGB 186 153 72 -
CMYK 0 0.18 0.61 0.27
HSL 42.63º 0.45% 0.51% -
HSV(B) 42.63º 0.61% 0.73% -
XYZ 32.81 33.69 10.9 -
YUV 153.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 186 153 72 0 0.18 0.61 0.27 42.63 0.45 0.51
Hex BA 99 48 0 12 3D 1B 2B 2D 33
Octal 272 231 110 0 22 75 33 53 55 63
Binary 10111010 10011001 1001000 0 10010 111101 11011 101011 101101 110011

Color Harmonies of #BA9948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9948

Black with #BA9948

Text Example


Text Example

White with #BA9948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9948; }

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

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

background-color css

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

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

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

border-color css

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

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

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