Html Css Color HEX #BA9738 Roti

📋 copy color: '#BA9738'

red 186 ◦ green 151 ◦ blue 56

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

Shades of Roti #BA9738

Tints of Roti #BA9738

RGB

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

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

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

R = 47.33%
G = 38.42%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA9738 (or 0xBA9738) is known color: Roti. HEX triplet: BA, 97 and 38. RGB value is (186,151,56). Sum of RGB (Red+Green+Blue) = 186+151+56=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9738 is #4568C7. Grayscale: #979797. Windows color (decimal): -4548808 or 3708858. OLE color: 3708858.

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

Color convert

RGB 186 151 56 -
CMYK 0 0.19 0.70 0.27
HSL 43.85º 0.54% 0.47% -
HSV(B) 43.85º 0.7% 0.73% -
XYZ 32.03 32.86 8.4 -
YUV 150.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 186 151 56 0 0.19 0.70 0.27 43.85 0.54 0.47
Hex BA 97 38 0 13 46 1B 2C 36 2F
Octal 272 227 70 0 23 106 33 54 66 57
Binary 10111010 10010111 111000 0 10011 1000110 11011 101100 110110 101111

Color Harmonies of #BA9738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9738

Black with #BA9738

Text Example


Text Example

White with #BA9738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9738; }

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

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

background-color css

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

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

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

border-color css

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

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

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