Html Css Color HEX #BA9B46 Roti

📋 copy color: '#BA9B46'

red 186 ◦ green 155 ◦ blue 70

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

Shades of Roti #BA9B46

Tints of Roti #BA9B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 45.26%
G = 37.71%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9B46 (or 0xBA9B46) is known color: Roti. HEX triplet: BA, 9B and 46. RGB value is (186,155,70). Sum of RGB (Red+Green+Blue) = 186+155+70=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B46 is #4564B9. Grayscale: #9A9A9A. Windows color (decimal): -4547770 or 4627386. OLE color: 4627386.

HSL color Cylindrical-coordinate representation of color #BA9B46: hue angle of 43.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA9B46 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 155 70 -
CMYK 0 0.17 0.62 0.27
HSL 43.97º 0.46% 0.5% -
HSV(B) 43.97º 0.62% 0.73% -
XYZ 33.08 34.32 10.68 -
YUV 154.58 80.27 150.41 -
System Red Green Blue C M Y K H S L
Decimal 186 155 70 0 0.17 0.62 0.27 43.97 0.46 0.5
Hex BA 9B 46 0 11 3E 1B 2C 2E 32
Octal 272 233 106 0 21 76 33 54 56 62
Binary 10111010 10011011 1000110 0 10001 111110 11011 101100 101110 110010

Color Harmonies of #BA9B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B46

Black with #BA9B46

Text Example


Text Example

White with #BA9B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B46; }

 p { color: rgb(186,155,70); }

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

background-color css

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

 a { background-color: rgb(186,155,70); }

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

border-color css

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

 span { border-color: rgb(186,155,70); }

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