Html Css Color HEX #BA9741 Roti

📋 copy color: '#BA9741'

red 186 ◦ green 151 ◦ blue 65

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

Shades of Roti #BA9741

Tints of Roti #BA9741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 46.27%
G = 37.56%
B = 16.17%

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

#BA9741 (or 0xBA9741) is known color: Roti. HEX triplet: BA, 97 and 41. RGB value is (186,151,65). Sum of RGB (Red+Green+Blue) = 186+151+65=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9741 is #4568BE. Grayscale: #989898. Windows color (decimal): -4548799 or 4298682. OLE color: 4298682.

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

Color convert

RGB 186 151 65 -
CMYK 0 0.19 0.65 0.27
HSL 42.64º 0.48% 0.49% -
HSV(B) 42.64º 0.65% 0.73% -
XYZ 32.27 32.95 9.66 -
YUV 151.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 186 151 65 0 0.19 0.65 0.27 42.64 0.48 0.49
Hex BA 97 41 0 13 41 1B 2B 30 31
Octal 272 227 101 0 23 101 33 53 60 61
Binary 10111010 10010111 1000001 0 10011 1000001 11011 101011 110000 110001

Color Harmonies of #BA9741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9741

Black with #BA9741

Text Example


Text Example

White with #BA9741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9741; }

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

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

background-color css

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

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

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

border-color css

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

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

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