Html Css Color HEX #BA9641 Roti

📋 copy color: '#BA9641'

red 186 ◦ green 150 ◦ blue 65

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

Shades of Roti #BA9641

Tints of Roti #BA9641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.21%

R = 46.38%
G = 37.41%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA9641 (or 0xBA9641) is known color: Roti. HEX triplet: BA, 96 and 41. RGB value is (186,150,65). Sum of RGB (Red+Green+Blue) = 186+150+65=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9641 is #4569BE. Grayscale: #979797. Windows color (decimal): -4549055 or 4298426. OLE color: 4298426.

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

Color convert

RGB 186 150 65 -
CMYK 0 0.19 0.65 0.27
HSL 42.15º 0.48% 0.49% -
HSV(B) 42.15º 0.65% 0.73% -
XYZ 32.11 32.63 9.61 -
YUV 151.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 186 150 65 0 0.19 0.65 0.27 42.15 0.48 0.49
Hex BA 96 41 0 13 41 1B 2A 30 31
Octal 272 226 101 0 23 101 33 52 60 61
Binary 10111010 10010110 1000001 0 10011 1000001 11011 101010 110000 110001

Color Harmonies of #BA9641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9641

Black with #BA9641

Text Example


Text Example

White with #BA9641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9641; }

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

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

background-color css

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

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

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

border-color css

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

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

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