Html Css Color HEX #BA9E41 Roti

📋 copy color: '#BA9E41'

red 186 ◦ green 158 ◦ blue 65

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

Shades of Roti #BA9E41

Tints of Roti #BA9E41

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.63%

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

R = 45.48%
G = 38.63%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA9E41 (or 0xBA9E41) is known color: Roti. HEX triplet: BA, 9E and 41. RGB value is (186,158,65). Sum of RGB (Red+Green+Blue) = 186+158+65=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E41 is #4561BE. Grayscale: #9C9C9C. Windows color (decimal): -4547007 or 4300474. OLE color: 4300474.

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

Color convert

RGB 186 158 65 -
CMYK 0 0.15 0.65 0.27
HSL 46.12º 0.48% 0.49% -
HSV(B) 46.12º 0.65% 0.73% -
XYZ 33.43 35.27 10.05 -
YUV 155.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 186 158 65 0 0.15 0.65 0.27 46.12 0.48 0.49
Hex BA 9E 41 0 F 41 1B 2E 30 31
Octal 272 236 101 0 17 101 33 56 60 61
Binary 10111010 10011110 1000001 0 1111 1000001 11011 101110 110000 110001

Color Harmonies of #BA9E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E41

Black with #BA9E41

Text Example


Text Example

White with #BA9E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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