Html Css Color HEX #BA9C35 Roti

📋 copy color: '#BA9C35'

red 186 ◦ green 156 ◦ blue 53

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

Shades of Roti #BA9C35

Tints of Roti #BA9C35

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 53 (21.09% from 255) = 13.42%

R = 47.09%
G = 39.49%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA9C35 (or 0xBA9C35) is known color: Roti. HEX triplet: BA, 9C and 35. RGB value is (186,156,53). Sum of RGB (Red+Green+Blue) = 186+156+53=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C35 is #4563CA. Grayscale: #999999. Windows color (decimal): -4547531 or 3513530. OLE color: 3513530.

HSL color Cylindrical-coordinate representation of color #BA9C35: hue angle of 46.47º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA9C35 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 53 -
CMYK 0 0.16 0.72 0.27
HSL 46.47º 0.56% 0.47% -
HSV(B) 46.47º 0.72% 0.73% -
XYZ 32.78 34.47 8.29 -
YUV 153.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 186 156 53 0 0.16 0.72 0.27 46.47 0.56 0.47
Hex BA 9C 35 0 10 48 1B 2E 38 2F
Octal 272 234 65 0 20 110 33 56 70 57
Binary 10111010 10011100 110101 0 10000 1001000 11011 101110 111000 101111

Color Harmonies of #BA9C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C35

Black with #BA9C35

Text Example


Text Example

White with #BA9C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C35; }

 p { color: rgb(186,156,53); }

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

background-color css

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

 a { background-color: rgb(186,156,53); }

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

border-color css

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

 span { border-color: rgb(186,156,53); }

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