Html Css Color HEX #BA9938 Roti

📋 copy color: '#BA9938'

red 186 ◦ green 153 ◦ blue 56

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

Shades of Roti #BA9938

Tints of Roti #BA9938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.18%

R = 47.09%
G = 38.73%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA9938 (or 0xBA9938) is known color: Roti. HEX triplet: BA, 99 and 38. RGB value is (186,153,56). Sum of RGB (Red+Green+Blue) = 186+153+56=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9938 is #4566C7. Grayscale: #989898. Windows color (decimal): -4548296 or 3709370. OLE color: 3709370.

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

Color convert

RGB 186 153 56 -
CMYK 0 0.18 0.70 0.27
HSL 44.77º 0.54% 0.47% -
HSV(B) 44.77º 0.7% 0.73% -
XYZ 32.35 33.51 8.5 -
YUV 151.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 186 153 56 0 0.18 0.70 0.27 44.77 0.54 0.47
Hex BA 99 38 0 12 46 1B 2D 36 2F
Octal 272 231 70 0 22 106 33 55 66 57
Binary 10111010 10011001 111000 0 10010 1000110 11011 101101 110110 101111

Color Harmonies of #BA9938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9938

Black with #BA9938

Text Example


Text Example

White with #BA9938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9938; }

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

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

background-color css

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

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

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

border-color css

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

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

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