Html Css Color HEX #BA9542 Roti

📋 copy color: '#BA9542'

red 186 ◦ green 149 ◦ blue 66

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

Shades of Roti #BA9542

Tints of Roti #BA9542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.46%

R = 46.38%
G = 37.16%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA9542 (or 0xBA9542) is known color: Roti. HEX triplet: BA, 95 and 42. RGB value is (186,149,66). Sum of RGB (Red+Green+Blue) = 186+149+66=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9542 is #456ABD. Grayscale: #969696. Windows color (decimal): -4549310 or 4363706. OLE color: 4363706.

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

Color convert

RGB 186 149 66 -
CMYK 0 0.20 0.65 0.27
HSL 41.5º 0.48% 0.49% -
HSV(B) 41.5º 0.65% 0.73% -
XYZ 31.98 32.33 9.71 -
YUV 150.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 186 149 66 0 0.20 0.65 0.27 41.5 0.48 0.49
Hex BA 95 42 0 14 41 1B 2A 30 31
Octal 272 225 102 0 24 101 33 52 60 61
Binary 10111010 10010101 1000010 0 10100 1000001 11011 101010 110000 110001

Color Harmonies of #BA9542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9542

Black with #BA9542

Text Example


Text Example

White with #BA9542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9542; }

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

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

background-color css

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

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

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

border-color css

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

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

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