Html Css Color HEX #BA9242 Roti

📋 copy color: '#BA9242'

red 186 ◦ green 146 ◦ blue 66

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

Shades of Roti #BA9242

Tints of Roti #BA9242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.68%

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

R = 46.73%
G = 36.68%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA9242 (or 0xBA9242) is known color: Roti. HEX triplet: BA, 92 and 42. RGB value is (186,146,66). Sum of RGB (Red+Green+Blue) = 186+146+66=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9242 is #456DBD. Grayscale: #959595. Windows color (decimal): -4550078 or 4362938. OLE color: 4362938.

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

Color convert

RGB 186 146 66 -
CMYK 0 0.22 0.65 0.27
HSL 40º 0.48% 0.49% -
HSV(B) 40º 0.65% 0.73% -
XYZ 31.51 31.39 9.55 -
YUV 148.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 186 146 66 0 0.22 0.65 0.27 40 0.48 0.49
Hex BA 92 42 0 16 41 1B 28 30 31
Octal 272 222 102 0 26 101 33 50 60 61
Binary 10111010 10010010 1000010 0 10110 1000001 11011 101000 110000 110001

Color Harmonies of #BA9242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9242

Black with #BA9242

Text Example


Text Example

White with #BA9242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9242; }

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

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

background-color css

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

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

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

border-color css

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

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

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