Html Css Color HEX #BA9742 Roti

📋 copy color: '#BA9742'

red 186 ◦ green 151 ◦ blue 66

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

Shades of Roti #BA9742

Tints of Roti #BA9742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.38%

R = 46.15%
G = 37.47%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA9742 (or 0xBA9742) is known color: Roti. HEX triplet: BA, 97 and 42. RGB value is (186,151,66). Sum of RGB (Red+Green+Blue) = 186+151+66=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9742 is #4568BD. Grayscale: #989898. Windows color (decimal): -4548798 or 4364218. OLE color: 4364218.

HSL color Cylindrical-coordinate representation of color #BA9742: hue angle of 42.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA9742 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 66 -
CMYK 0 0.19 0.65 0.27
HSL 42.5º 0.48% 0.49% -
HSV(B) 42.5º 0.65% 0.73% -
XYZ 32.3 32.97 9.81 -
YUV 151.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 186 151 66 0 0.19 0.65 0.27 42.5 0.48 0.49
Hex BA 97 42 0 13 41 1B 2A 30 31
Octal 272 227 102 0 23 101 33 52 60 61
Binary 10111010 10010111 1000010 0 10011 1000001 11011 101010 110000 110001

Color Harmonies of #BA9742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9742

Black with #BA9742

Text Example


Text Example

White with #BA9742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9742; }

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

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

background-color css

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

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

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

border-color css

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

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

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