Html Css Color HEX #BA9936 Roti

📋 copy color: '#BA9936'

red 186 ◦ green 153 ◦ blue 54

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

Shades of Roti #BA9936

Tints of Roti #BA9936

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

 BLUE value IS 54 (21.48% from 255) = 13.74%

R = 47.33%
G = 38.93%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA9936 (or 0xBA9936) is known color: Roti. HEX triplet: BA, 99 and 36. RGB value is (186,153,54). Sum of RGB (Red+Green+Blue) = 186+153+54=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9936 is #4566C9. Grayscale: #989898. Windows color (decimal): -4548298 or 3578298. OLE color: 3578298.

HSL color Cylindrical-coordinate representation of color #BA9936: hue angle of 45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA9936 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 153 54 -
CMYK 0 0.18 0.71 0.27
HSL 45º 0.55% 0.47% -
HSV(B) 45º 0.71% 0.73% -
XYZ 32.31 33.49 8.25 -
YUV 151.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 186 153 54 0 0.18 0.71 0.27 45 0.55 0.47
Hex BA 99 36 0 12 47 1B 2D 37 2F
Octal 272 231 66 0 22 107 33 55 67 57
Binary 10111010 10011001 110110 0 10010 1000111 11011 101101 110111 101111

Color Harmonies of #BA9936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9936

Black with #BA9936

Text Example


Text Example

White with #BA9936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9936; }

 p { color: rgb(186,153,54); }

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

background-color css

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

 a { background-color: rgb(186,153,54); }

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

border-color css

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

 span { border-color: rgb(186,153,54); }

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