Html Css Color HEX #BA9442 Roti

📋 copy color: '#BA9442'

red 186 ◦ green 148 ◦ blue 66

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

Shades of Roti #BA9442

Tints of Roti #BA9442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 46.5%
G = 37%
B = 16.5%

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

#BA9442 (or 0xBA9442) is known color: Roti. HEX triplet: BA, 94 and 42. RGB value is (186,148,66). Sum of RGB (Red+Green+Blue) = 186+148+66=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9442 is #456BBD. Grayscale: #969696. Windows color (decimal): -4549566 or 4363450. OLE color: 4363450.

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

Color convert

RGB 186 148 66 -
CMYK 0 0.20 0.65 0.27
HSL 41º 0.48% 0.49% -
HSV(B) 41º 0.65% 0.73% -
XYZ 31.82 32.01 9.66 -
YUV 150.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 186 148 66 0 0.20 0.65 0.27 41 0.48 0.49
Hex BA 94 42 0 14 41 1B 29 30 31
Octal 272 224 102 0 24 101 33 51 60 61
Binary 10111010 10010100 1000010 0 10100 1000001 11011 101001 110000 110001

Color Harmonies of #BA9442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9442

Black with #BA9442

Text Example


Text Example

White with #BA9442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9442; }

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

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

background-color css

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

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

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

border-color css

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

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

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