Html Css Color HEX #BA9647 Roti

📋 copy color: '#BA9647'

red 186 ◦ green 150 ◦ blue 71

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

Shades of Roti #BA9647

Tints of Roti #BA9647

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

 BLUE value IS 71 (28.13% from 255) = 17.44%

R = 45.7%
G = 36.86%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9647 (or 0xBA9647) is known color: Roti. HEX triplet: BA, 96 and 47. RGB value is (186,150,71). Sum of RGB (Red+Green+Blue) = 186+150+71=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9647 is #4569B8. Grayscale: #989898. Windows color (decimal): -4549049 or 4691642. OLE color: 4691642.

HSL color Cylindrical-coordinate representation of color #BA9647: hue angle of 41.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA9647 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 71 -
CMYK 0 0.19 0.62 0.27
HSL 41.22º 0.45% 0.5% -
HSV(B) 41.22º 0.62% 0.73% -
XYZ 32.29 32.71 10.57 -
YUV 151.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 186 150 71 0 0.19 0.62 0.27 41.22 0.45 0.5
Hex BA 96 47 0 13 3E 1B 29 2D 32
Octal 272 226 107 0 23 76 33 51 55 62
Binary 10111010 10010110 1000111 0 10011 111110 11011 101001 101101 110010

Color Harmonies of #BA9647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9647

Black with #BA9647

Text Example


Text Example

White with #BA9647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9647; }

 p { color: rgb(186,150,71); }

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

background-color css

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

 a { background-color: rgb(186,150,71); }

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

border-color css

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

 span { border-color: rgb(186,150,71); }

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