Html Css Color HEX #BA9E38 Roti

📋 copy color: '#BA9E38'

red 186 ◦ green 158 ◦ blue 56

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

Shades of Roti #BA9E38

Tints of Roti #BA9E38

RGB

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

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

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

R = 46.5%
G = 39.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA9E38 (or 0xBA9E38) is known color: Roti. HEX triplet: BA, 9E and 38. RGB value is (186,158,56). Sum of RGB (Red+Green+Blue) = 186+158+56=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E38 is #4561C7. Grayscale: #9B9B9B. Windows color (decimal): -4547016 or 3710650. OLE color: 3710650.

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

Color convert

RGB 186 158 56 -
CMYK 0 0.15 0.70 0.27
HSL 47.08º 0.54% 0.47% -
HSV(B) 47.08º 0.7% 0.73% -
XYZ 33.19 35.18 8.78 -
YUV 154.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 186 158 56 0 0.15 0.70 0.27 47.08 0.54 0.47
Hex BA 9E 38 0 F 46 1B 2F 36 2F
Octal 272 236 70 0 17 106 33 57 66 57
Binary 10111010 10011110 111000 0 1111 1000110 11011 101111 110110 101111

Color Harmonies of #BA9E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E38

Black with #BA9E38

Text Example


Text Example

White with #BA9E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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